diff options
author | eeight <eeight@yandex-team.ru> | 2022-06-15 23:20:13 +0300 |
---|---|---|
committer | eeight <eeight@yandex-team.ru> | 2022-06-15 23:20:13 +0300 |
commit | 9321bf2b0be068375c8771de6edebbde8a0b41c4 (patch) | |
tree | 6b5853712f5cec51b1bb5b90b3046db5a2ae5e75 /library/cpp/messagebus | |
parent | 816bd0a9d59c9bdffcc2ca7fc652b016486eac2d (diff) | |
download | ydb-9321bf2b0be068375c8771de6edebbde8a0b41c4.tar.gz |
IGNIETFERRO-1922 Move atomics from util to library/cpp/deprecated
ref:0c3b0edd3284567c45ec77e57166274f3cfed8c7
Diffstat (limited to 'library/cpp/messagebus')
-rw-r--r-- | library/cpp/messagebus/futex_like.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/messagebus/futex_like.h b/library/cpp/messagebus/futex_like.h index 31d60c60f1..fa4be8a141 100644 --- a/library/cpp/messagebus/futex_like.h +++ b/library/cpp/messagebus/futex_like.h @@ -1,5 +1,7 @@ #pragma once +#include <library/cpp/deprecated/atomic/atomic.h> + #include <util/system/condvar.h> #include <util/system/mutex.h> #include <util/system/platform.h> |