diff options
author | Alexander Smirnov <alex@ydb.tech> | 2025-04-07 08:39:07 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2025-04-07 08:39:07 +0000 |
commit | 288a443b15bc64c9676fb70884e73e6aba03e108 (patch) | |
tree | 9e6a6f10fffb8273222d14c68c0d0a79f1faf394 /library/cpp/threading/future | |
parent | c3301110258be632f5b73a6e348d5f9d98f3eacc (diff) | |
parent | cbea66c165a9c9d142053892cac24550a030656c (diff) | |
download | ydb-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.h | 2 |
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 |