summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/local_executor')
-rw-r--r--library/cpp/threading/local_executor/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/threading/local_executor/CMakeLists.txt b/library/cpp/threading/local_executor/CMakeLists.txt
index a7804d8dd3d..536ef537b0f 100644
--- a/library/cpp/threading/local_executor/CMakeLists.txt
+++ b/library/cpp/threading/local_executor/CMakeLists.txt
@@ -13,6 +13,7 @@ target_link_libraries(cpp-threading-local_executor PUBLIC
yutil
contrib-libs-tbb
cpp-threading-future
+ cpp-deprecated-atomic
)
target_sources(cpp-threading-local_executor PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp