aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2025-01-13 19:10:23 +0300
committermikhnenko <mikhnenko@yandex-team.com>2025-01-13 19:29:10 +0300
commit644bf0d70418641c792fd7acc33beff259d3d2e8 (patch)
treeb60282e3a4e2bb59c509c2268cb4351970c8134a /library/cpp
parent8f5a375d33bd87ed3f46154d4a2fced3e8615199 (diff)
downloadydb-644bf0d70418641c792fd7acc33beff259d3d2e8.tar.gz
Add direct includes in library
commit_hash:747602d8e470d51bcf6f38dfddafa12047d210df
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/memory/erased_storage.h1
-rw-r--r--library/cpp/yt/memory/ref_counted-inl.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/yt/memory/erased_storage.h b/library/cpp/yt/memory/erased_storage.h
index 46ea5cc854..54870f7e07 100644
--- a/library/cpp/yt/memory/erased_storage.h
+++ b/library/cpp/yt/memory/erased_storage.h
@@ -2,6 +2,7 @@
#include <concepts>
#include <memory>
+#include <type_traits>
namespace NYT {
diff --git a/library/cpp/yt/memory/ref_counted-inl.h b/library/cpp/yt/memory/ref_counted-inl.h
index 923b53c822..04dd629a26 100644
--- a/library/cpp/yt/memory/ref_counted-inl.h
+++ b/library/cpp/yt/memory/ref_counted-inl.h
@@ -8,6 +8,8 @@
#include <util/system/sanitizers.h>
+#include <stdlib.h>
+
namespace NYT {
////////////////////////////////////////////////////////////////////////////////