diff options
| author | arcadia-devtools <[email protected]> | 2022-06-10 04:35:12 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-06-10 04:35:12 +0300 |
| commit | b62983df1309f8f2418ce4dfd289fe28cc3f3103 (patch) | |
| tree | 475903408abaf7cb7d77ccd3736ef9a773b6ed90 /library/cpp/lwtrace | |
| parent | f35aa2aefb0a56444fb1de8ccf4cb3da7117c31e (diff) | |
intermediate changes
ref:737aa123095c71808f1dcf45b0d817cc4920fe97
Diffstat (limited to 'library/cpp/lwtrace')
| -rw-r--r-- | library/cpp/lwtrace/rwspinlock.h | 2 | ||||
| -rw-r--r-- | library/cpp/lwtrace/shuttle.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/lwtrace/rwspinlock.h b/library/cpp/lwtrace/rwspinlock.h index 7c518ec49e4..5e4608e0683 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 85c6e4da613..d8e0987c358 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> |
