summaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/alloc_profiler
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/lfalloc/alloc_profiler')
-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 80715ed7cb5..c8b7ff4de2e 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>