aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/ref.cpp
diff options
context:
space:
mode:
authorgritukan <gritukan@yandex-team.com>2023-08-07 16:26:35 +0300
committergritukan <gritukan@yandex-team.com>2023-08-07 17:54:21 +0300
commit36bd23adab11a9c3e8552963e7ced107f381cb33 (patch)
tree3e07f6f92c78496a959611b8c5b956d1e26c1862 /library/cpp/yt/memory/ref.cpp
parent67c8b51e98caa2abfc405b42b9497563207dd424 (diff)
downloadydb-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.cpp1
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>