aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2025-04-07 08:39:07 +0000
committerAlexander Smirnov <alex@ydb.tech>2025-04-07 08:39:07 +0000
commit288a443b15bc64c9676fb70884e73e6aba03e108 (patch)
tree9e6a6f10fffb8273222d14c68c0d0a79f1faf394 /library/cpp/threading/future
parentc3301110258be632f5b73a6e348d5f9d98f3eacc (diff)
parentcbea66c165a9c9d142053892cac24550a030656c (diff)
downloadydb-288a443b15bc64c9676fb70884e73e6aba03e108.tar.gz
Merge pull request #16825 from ydb-platform/merge-libs-250407-0050
Diffstat (limited to 'library/cpp/threading/future')
-rw-r--r--library/cpp/threading/future/future.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/threading/future/future.h b/library/cpp/threading/future/future.h
index 35db9abbe2..91ade3f6e5 100644
--- a/library/cpp/threading/future/future.h
+++ b/library/cpp/threading/future/future.h
@@ -1,4 +1,6 @@
#pragma once
+// IWYU pragma: begin_exports
#include "core/future.h"
#include "wait/wait.h"
+// IWYU pragma: end_exports