From 3d182931e4e4edbc8a5bc7c794b8f7ffcf452f7c Mon Sep 17 00:00:00 2001 From: eeight Date: Fri, 10 Jun 2022 09:13:39 +0300 Subject: IGNIETFERRO-1922 Add missing includes for atomics. ref:e95211c4a42e0c97e2cd09d6b811e36a3cf24b2e --- library/cpp/lfalloc/alloc_profiler/stackcollect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'library/cpp/lfalloc') diff --git a/library/cpp/lfalloc/alloc_profiler/stackcollect.h b/library/cpp/lfalloc/alloc_profiler/stackcollect.h index 80715ed7cb5..c8b7ff4de2e 100644 --- a/library/cpp/lfalloc/alloc_profiler/stackcollect.h +++ b/library/cpp/lfalloc/alloc_profiler/stackcollect.h @@ -2,6 +2,7 @@ #include #include +#include #include #include -- cgit v1.3