summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/queue/mpsc_intrusive_unordered.cpp')
-rw-r--r--library/cpp/threading/queue/mpsc_intrusive_unordered.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp b/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp
index 3bb1a04f7e9..4f49bf4c4a6 100644
--- a/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp
+++ b/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp
@@ -1,5 +1,5 @@
#include "mpsc_intrusive_unordered.h"
-#include <util/system/atomic.h>
+#include <library/cpp/deprecated/atomic/atomic.h>
namespace NThreading {
void TMPSCIntrusiveUnordered::Push(TIntrusiveNode* node) noexcept {