aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-10 04:35:12 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-10 04:35:12 +0300
commitb62983df1309f8f2418ce4dfd289fe28cc3f3103 (patch)
tree475903408abaf7cb7d77ccd3736ef9a773b6ed90 /library/cpp/lwtrace
parentf35aa2aefb0a56444fb1de8ccf4cb3da7117c31e (diff)
downloadydb-b62983df1309f8f2418ce4dfd289fe28cc3f3103.tar.gz
intermediate changes
ref:737aa123095c71808f1dcf45b0d817cc4920fe97
Diffstat (limited to 'library/cpp/lwtrace')
-rw-r--r--library/cpp/lwtrace/rwspinlock.h2
-rw-r--r--library/cpp/lwtrace/shuttle.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/lwtrace/rwspinlock.h b/library/cpp/lwtrace/rwspinlock.h
index 7c518ec49e..5e4608e068 100644
--- a/library/cpp/lwtrace/rwspinlock.h
+++ b/library/cpp/lwtrace/rwspinlock.h
@@ -1,5 +1,7 @@
#pragma once
+#include <library/cpp/deprecated/atomic/atomic.h>
+
#include <util/system/spinlock.h>
// State can be one of:
diff --git a/library/cpp/lwtrace/shuttle.h b/library/cpp/lwtrace/shuttle.h
index 85c6e4da61..d8e0987c35 100644
--- a/library/cpp/lwtrace/shuttle.h
+++ b/library/cpp/lwtrace/shuttle.h
@@ -3,6 +3,7 @@
#include "event.h"
#include <library/cpp/containers/stack_vector/stack_vec.h>
+#include <library/cpp/deprecated/atomic/atomic.h>
#include <util/generic/ptr.h>
#include <util/system/spinlock.h>