aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/patches/16-grpcpp-header-include-fix.patch
blob: d46b91f96976139fe33e0b5dc0349d2390b8e647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/grpc++/impl/codegen/method_handler_impl.h b/include/grpc++/impl/codegen/method_handler_impl.h
index 0bdb620..82654eb 100644
--- a/include/grpc++/impl/codegen/method_handler_impl.h
+++ b/include/grpc++/impl/codegen/method_handler_impl.h
@@ -23,6 +23,6 @@
 #ifndef GRPCXX_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H
 #define GRPCXX_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H

-#include <grpcpp/impl/codegen/method_handler_impl.h>
+#include <grpcpp/impl/codegen/method_handler.h>

 #endif  // GRPCXX_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H