This is an automated email from the ASF dual-hosted git repository. jiashunzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push: new d1d576e remove ```#include wire_format_lite_inl.h``` to fix Protobuf 3.8 build error new e09b620 Merge pull request #829 from tanguofu/patch-1 d1d576e is described below commit d1d576e8c587bb0206cdd970bc6fe206aa930fe0 Author: TanGuofu <267266...@qq.com> AuthorDate: Sun Jun 30 17:10:16 2019 +0800 remove ```#include wire_format_lite_inl.h``` to fix Protobuf 3.8 build error remove ```#include wire_format_lite_inl.h``` to fix Protobuf 3.8 build error test build ok with protobuf 3.6.1 and protobuf 3.8.0 --- src/brpc/thrift_message.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/brpc/thrift_message.cpp b/src/brpc/thrift_message.cpp index 17a905f..c408f72 100644 --- a/src/brpc/thrift_message.cpp +++ b/src/brpc/thrift_message.cpp @@ -25,7 +25,6 @@ #include <google/protobuf/stubs/once.h> #include <google/protobuf/io/coded_stream.h> -#include <google/protobuf/wire_format_lite_inl.h> #include <google/protobuf/descriptor.h> #include <google/protobuf/reflection_ops.h> #include <google/protobuf/wire_format.h> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org