diff options
author | Nikita Petrenko <npetrenko97@gmail.com> | 2022-02-10 16:50:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:57 +0300 |
commit | fd3f62e99d2990dd93788742aaf6a9bd5cb4d5a3 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/threading/future/fwd.h | |
parent | aa72317474c8df5627f69271ae16f4237e5d3612 (diff) | |
download | ydb-fd3f62e99d2990dd93788742aaf6a9bd5cb4d5a3.tar.gz |
Restoring authorship annotation for Nikita Petrenko <npetrenko97@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/threading/future/fwd.h')
-rw-r--r-- | library/cpp/threading/future/fwd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/threading/future/fwd.h b/library/cpp/threading/future/fwd.h index 1bee52239f..0cd25dd288 100644 --- a/library/cpp/threading/future/fwd.h +++ b/library/cpp/threading/future/fwd.h @@ -1,7 +1,7 @@ #pragma once -#include "core/fwd.h" - +#include "core/fwd.h" + namespace NThreading { template <typename TR = void, bool IgnoreException = false> class TLegacyFuture; |