From d1d576e8c587bb0206cdd970bc6fe206aa930fe0 Mon Sep 17 00:00:00 2001 From: TanGuofu <267266206@qq.com> Date: Sun, 30 Jun 2019 17:10:16 +0800 Subject: [PATCH] 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 17a905f6ef..c408f7200a 100644 --- a/src/brpc/thrift_message.cpp +++ b/src/brpc/thrift_message.cpp @@ -25,7 +25,6 @@ #include #include -#include #include #include #include