summaryrefslogtreecommitdiffstats
path: root/library/cpp/execprofile
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/execprofile')
-rw-r--r--library/cpp/execprofile/profile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/execprofile/profile.cpp b/library/cpp/execprofile/profile.cpp
index d05de20203f..52cf658ba24 100644
--- a/library/cpp/execprofile/profile.cpp
+++ b/library/cpp/execprofile/profile.cpp
@@ -14,6 +14,8 @@
#endif
#include <dlfcn.h>
+#include <library/cpp/deprecated/atomic/atomic.h>
+
#include <util/system/platform.h>
#include <util/generic/hash.h>
#include <util/generic/map.h>