diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-03-24 12:45:56 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-03-24 12:45:56 +0300 |
commit | 9cca84faf002b556c6ea0751432b3a68b707a1ed (patch) | |
tree | a474ca6cc6103f1c302b644d7d9541cb532d3d79 /contrib/libs/grpc/include/grpcpp/impl/codegen | |
parent | c79e4b1e3e3f05b0e4dc25f489de318ff3007665 (diff) | |
download | ydb-9cca84faf002b556c6ea0751432b3a68b707a1ed.tar.gz |
Better replacement for #include <string> in contrib/libs/grpc
Diffstat (limited to 'contrib/libs/grpc/include/grpcpp/impl/codegen')
-rw-r--r-- | contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h | 1 | ||||
-rw-r--r-- | contrib/libs/grpc/include/grpcpp/impl/codegen/config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h b/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h index f450b0e5cef..f657e949684 100644 --- a/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h +++ b/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h @@ -39,6 +39,7 @@ #include <map> #include <memory> #include <util/generic/string.h> +#include <util/string/cast.h> #include <grpc/impl/codegen/compression_types.h> #include <grpc/impl/codegen/propagation_bits.h> diff --git a/contrib/libs/grpc/include/grpcpp/impl/codegen/config.h b/contrib/libs/grpc/include/grpcpp/impl/codegen/config.h index 856e3be46fe..688fb3a24f9 100644 --- a/contrib/libs/grpc/include/grpcpp/impl/codegen/config.h +++ b/contrib/libs/grpc/include/grpcpp/impl/codegen/config.h @@ -22,6 +22,7 @@ // IWYU pragma: private, include <grpcpp/support/config.h> #include <util/generic/string.h> +#include <util/string/cast.h> /// The following macros are deprecated and appear only for users /// with PB files generated using gRPC 1.0.x plugins. They should |