aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc
diff options
context:
space:
mode:
authoreeight <eeight@yandex-team.ru>2022-06-10 09:13:39 +0300
committereeight <eeight@yandex-team.ru>2022-06-10 09:13:39 +0300
commit3d182931e4e4edbc8a5bc7c794b8f7ffcf452f7c (patch)
tree4364f54d93431d6c2a1ea9219645052b91e10760 /library/cpp/lfalloc
parentdd0585842a687da0947d3b3221db6f22ebf9dbbf (diff)
downloadydb-3d182931e4e4edbc8a5bc7c794b8f7ffcf452f7c.tar.gz
IGNIETFERRO-1922 Add missing includes for atomics.
ref:e95211c4a42e0c97e2cd09d6b811e36a3cf24b2e
Diffstat (limited to 'library/cpp/lfalloc')
-rw-r--r--library/cpp/lfalloc/alloc_profiler/stackcollect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/lfalloc/alloc_profiler/stackcollect.h b/library/cpp/lfalloc/alloc_profiler/stackcollect.h
index 80715ed7cb..c8b7ff4de2 100644
--- a/library/cpp/lfalloc/alloc_profiler/stackcollect.h
+++ b/library/cpp/lfalloc/alloc_profiler/stackcollect.h
@@ -2,6 +2,7 @@
#include <library/cpp/containers/stack_vector/stack_vec.h>
#include <library/cpp/cache/cache.h>
+#include <library/cpp/deprecated/atomic/atomic.h>
#include <util/generic/noncopyable.h>
#include <util/generic/ptr.h>