diff options
author | k-vukolov <k-vukolov@yandex-team.com> | 2024-08-19 15:34:47 +0300 |
---|---|---|
committer | k-vukolov <k-vukolov@yandex-team.com> | 2024-08-19 15:48:51 +0300 |
commit | 6736ef52165b42c9537dc7e81346c5ef1568f2a1 (patch) | |
tree | 9d7423bbab4f12260ae74896debb92f8eedc1cc1 | |
parent | ab67ad8b7317ed8adda1b4d904a745c7eb064dd4 (diff) | |
download | ydb-6736ef52165b42c9537dc7e81346c5ef1568f2a1.tar.gz |
Fix LSP in future-inl.h
71ff0471827f8bde6feb9549ead39faefb7f9b0f
-rw-r--r-- | library/cpp/threading/future/core/future-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/threading/future/core/future-inl.h b/library/cpp/threading/future/core/future-inl.h index 142ea92567..1ce1cbd4e2 100644 --- a/library/cpp/threading/future/core/future-inl.h +++ b/library/cpp/threading/future/core/future-inl.h @@ -2,6 +2,7 @@ #if !defined(INCLUDE_FUTURE_INL_H) #error "you should never include future-inl.h directly" +#include "future.h" // Fix LSP #endif // INCLUDE_FUTURE_INL_H namespace NThreading { |