Skip to content
Snippets Groups Projects
Commit faccebf6 authored by Yang Gao's avatar Yang Gao Committed by GitHub
Browse files

Merge pull request #7845 from yang-g/header

Include config file so that protobuf declarations can be found and overridden.
parents b4fbd157 56fb16d4
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
#include <grpc++/ext/reflection.grpc.pb.h> #include <grpc++/ext/reflection.grpc.pb.h>
#endif // GRPC_NO_GENERATED_CODE #endif // GRPC_NO_GENERATED_CODE
#include <grpc++/grpc++.h> #include <grpc++/grpc++.h>
#include <grpc++/impl/codegen/config_protobuf.h>
namespace grpc { namespace grpc {
// ProtoReflectionDescriptorDatabase takes a stub of ServerReflection and // ProtoReflectionDescriptorDatabase takes a stub of ServerReflection and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment