16-grpcpp-header-include-fix.patch 536 B

123456789101112
  1. diff --git a/include/grpc++/impl/codegen/method_handler_impl.h b/include/grpc++/impl/codegen/method_handler_impl.h
  2. index 0bdb620..82654eb 100644
  3. --- a/include/grpc++/impl/codegen/method_handler_impl.h
  4. +++ b/include/grpc++/impl/codegen/method_handler_impl.h
  5. @@ -23,6 +23,6 @@
  6. #ifndef GRPCXX_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H
  7. #define GRPCXX_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H
  8. -#include <grpcpp/impl/codegen/method_handler_impl.h>
  9. +#include <grpcpp/impl/codegen/method_handler.h>
  10. #endif // GRPCXX_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H