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/src/compiler/config.h | |
parent | c79e4b1e3e3f05b0e4dc25f489de318ff3007665 (diff) | |
download | ydb-9cca84faf002b556c6ea0751432b3a68b707a1ed.tar.gz |
Better replacement for #include <string> in contrib/libs/grpc
Diffstat (limited to 'contrib/libs/grpc/src/compiler/config.h')
-rw-r--r-- | contrib/libs/grpc/src/compiler/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libs/grpc/src/compiler/config.h b/contrib/libs/grpc/src/compiler/config.h index d56e4d83e4..e9630dd11d 100644 --- a/contrib/libs/grpc/src/compiler/config.h +++ b/contrib/libs/grpc/src/compiler/config.h @@ -20,6 +20,7 @@ #define SRC_COMPILER_CONFIG_H #include <util/generic/string.h> +#include <util/string/cast.h> #include "src/compiler/config_protobuf.h" |