aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/poor_man_openmp/thread_helper.h
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-07 10:11:51 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-07 10:11:51 +0300
commit8aa2791d55a07bc631e2a95ff73eb380dd494d10 (patch)
treea44df6c377577882c2063789b2cd8125d564d0fa /library/cpp/threading/poor_man_openmp/thread_helper.h
parent12e541dd6e01d651c14e06930456153681ff9059 (diff)
downloadydb-8aa2791d55a07bc631e2a95ff73eb380dd494d10.tar.gz
intermediate changes
ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f
Diffstat (limited to 'library/cpp/threading/poor_man_openmp/thread_helper.h')
-rw-r--r--library/cpp/threading/poor_man_openmp/thread_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/poor_man_openmp/thread_helper.h b/library/cpp/threading/poor_man_openmp/thread_helper.h
index 0ecee0590b..bd5c428a14 100644
--- a/library/cpp/threading/poor_man_openmp/thread_helper.h
+++ b/library/cpp/threading/poor_man_openmp/thread_helper.h
@@ -4,7 +4,7 @@
#include <util/generic/utility.h>
#include <util/generic/yexception.h>
#include <util/system/info.h>
-#include <util/system/atomic.h>
+#include <library/cpp/deprecated/atomic/atomic.h>
#include <util/system/condvar.h>
#include <util/system/mutex.h>
#include <util/stream/output.h>