Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
dd11d72c35
1 измененных файлов с 1 добавлено и 1 удалено
  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>