aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/cpp
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-03-24 12:45:56 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-03-24 12:45:56 +0300
commit9cca84faf002b556c6ea0751432b3a68b707a1ed (patch)
treea474ca6cc6103f1c302b644d7d9541cb532d3d79 /contrib/libs/grpc/src/cpp
parentc79e4b1e3e3f05b0e4dc25f489de318ff3007665 (diff)
downloadydb-9cca84faf002b556c6ea0751432b3a68b707a1ed.tar.gz
Better replacement for #include <string> in contrib/libs/grpc
Diffstat (limited to 'contrib/libs/grpc/src/cpp')
-rw-r--r--contrib/libs/grpc/src/cpp/client/create_channel_internal.cc1
-rw-r--r--contrib/libs/grpc/src/cpp/client/create_channel_internal.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc b/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc
index 77ab7ac8b5..15edfbf31a 100644
--- a/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc
+++ b/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc
@@ -20,6 +20,7 @@
#include <memory>
#include <util/generic/string.h>
+#include <util/string/cast.h>
#include <utility>
#include <vector>
diff --git a/contrib/libs/grpc/src/cpp/client/create_channel_internal.h b/contrib/libs/grpc/src/cpp/client/create_channel_internal.h
index 730051694b..31b0a38e92 100644
--- a/contrib/libs/grpc/src/cpp/client/create_channel_internal.h
+++ b/contrib/libs/grpc/src/cpp/client/create_channel_internal.h
@@ -21,6 +21,7 @@
#include <memory>
#include <util/generic/string.h>
+#include <util/string/cast.h>
#include <vector>
#include <grpcpp/channel.h>