aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/unified_agent_client
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-04-12 11:56:36 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-04-12 12:06:09 +0300
commitdd11d72c358cf78610025a4d12ef888be70054bf (patch)
tree8230dfb29c334501a457ae603f2847f78d96acf8 /library/cpp/unified_agent_client
parente8207cbbcd0c8f03d2bd747936c406748306856c (diff)
downloadydb-dd11d72c358cf78610025a4d12ef888be70054bf.tar.gz
Modernize superseded grpc includes
`include/grpc++` was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded by `include/grpcpp`. ede5ac168419131cfa95db8f7d3cb0bf11597992
Diffstat (limited to 'library/cpp/unified_agent_client')
-rw-r--r--library/cpp/unified_agent_client/grpc_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/unified_agent_client/grpc_io.h b/library/cpp/unified_agent_client/grpc_io.h
index 5f368a5943..07f4b31d94 100644
--- a/library/cpp/unified_agent_client/grpc_io.h
+++ b/library/cpp/unified_agent_client/grpc_io.h
@@ -4,7 +4,7 @@
#include <library/cpp/unified_agent_client/f_maybe.h>
#include <contrib/libs/grpc/include/grpcpp/alarm.h>
-#include <contrib/libs/grpc/include/grpc++/grpc++.h>
+#include <contrib/libs/grpc/include/grpcpp/grpcpp.h>
#include <thread>