From 083920062367ebf5b87d0e34bd0ee14916b01979 Mon Sep 17 00:00:00 2001 From: Karthik Ravi Shankar Date: Fri, 18 Sep 2020 11:45:38 -0700 Subject: [PATCH] Fix the method_handler_impl public header This header is pointing to a deleted file. This commit points it to the file containing the public class. --- include/grpcpp/impl/method_handler_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpcpp/impl/method_handler_impl.h b/include/grpcpp/impl/method_handler_impl.h index 7f3be6428b3..5eceb5ff915 100644 --- a/include/grpcpp/impl/method_handler_impl.h +++ b/include/grpcpp/impl/method_handler_impl.h @@ -19,6 +19,6 @@ #ifndef GRPCPP_IMPL_METHOD_HANDLER_IMPL_H #define GRPCPP_IMPL_METHOD_HANDLER_IMPL_H -#include +#include #endif // GRPCPP_IMPL_METHOD_HANDLER_IMPL_H