diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-07 10:11:51 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-07 10:11:51 +0300 |
commit | 8aa2791d55a07bc631e2a95ff73eb380dd494d10 (patch) | |
tree | a44df6c377577882c2063789b2cd8125d564d0fa /library/cpp/threading/queue/mpsc_intrusive_unordered.cpp | |
parent | 12e541dd6e01d651c14e06930456153681ff9059 (diff) | |
download | ydb-8aa2791d55a07bc631e2a95ff73eb380dd494d10.tar.gz |
intermediate changes
ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f
Diffstat (limited to 'library/cpp/threading/queue/mpsc_intrusive_unordered.cpp')
-rw-r--r-- | library/cpp/threading/queue/mpsc_intrusive_unordered.cpp | 2 |
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 3bb1a04f7e..4f49bf4c4a 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 { |