diff options
author | gritukan <gritukan@yandex-team.com> | 2023-08-07 16:26:35 +0300 |
---|---|---|
committer | gritukan <gritukan@yandex-team.com> | 2023-08-07 17:54:21 +0300 |
commit | 36bd23adab11a9c3e8552963e7ced107f381cb33 (patch) | |
tree | 3e07f6f92c78496a959611b8c5b956d1e26c1862 /library/cpp/yt/memory/ref.cpp | |
parent | 67c8b51e98caa2abfc405b42b9497563207dd424 (diff) | |
download | ydb-36bd23adab11a9c3e8552963e7ced107f381cb33.tar.gz |
YT-19686: Support building TRef from std::string
Diffstat (limited to 'library/cpp/yt/memory/ref.cpp')
-rw-r--r-- | library/cpp/yt/memory/ref.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yt/memory/ref.cpp b/library/cpp/yt/memory/ref.cpp index 31680b6c61..605bc4ae2e 100644 --- a/library/cpp/yt/memory/ref.cpp +++ b/library/cpp/yt/memory/ref.cpp @@ -1,4 +1,5 @@ #include "ref.h" + #include "blob.h" #include <library/cpp/yt/malloc/malloc.h> |