From 0e45b53c82cc910297dd573c4503e87895b79004 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Wed, 6 Nov 2019 23:21:14 -0800 Subject: [PATCH] Update protobuf include --- net/grpc/gateway/runtime/runtime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/grpc/gateway/runtime/runtime.cc b/net/grpc/gateway/runtime/runtime.cc index 3628dc2e..310aad86 100644 --- a/net/grpc/gateway/runtime/runtime.cc +++ b/net/grpc/gateway/runtime/runtime.cc @@ -23,7 +23,7 @@ #include #include -#include "google/protobuf/stubs/common.h" +#include "google/protobuf/message_lite.h" #include "net/grpc/gateway/backend/grpc_backend.h" #include "net/grpc/gateway/codec/b64_proto_decoder.h" #include "net/grpc/gateway/codec/b64_proto_encoder.h"