Browse Source

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
thegeorg 11 months ago
parent
commit
dd11d72c35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/cpp/unified_agent_client/grpc_io.h

+ 1 - 1
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>