aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/cpp_generator.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-09 20:54:25 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-09 20:54:25 -0800
commit80e00a8c63bd801b697fbe0cd1d8e00b14a81c76 (patch)
tree087efdcc340e9e9fb1f1d960a1fdd72adb0c8264 /src/compiler/cpp_generator.cc
parentde917062ecacbeb547c8e2e4e3f4260d3e9a2f2e (diff)
Stub out unary call wrapper
Diffstat (limited to 'src/compiler/cpp_generator.cc')
-rw-r--r--src/compiler/cpp_generator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/cpp_generator.cc b/src/compiler/cpp_generator.cc
index 908b38f88e..bced4df39b 100644
--- a/src/compiler/cpp_generator.cc
+++ b/src/compiler/cpp_generator.cc
@@ -146,6 +146,7 @@ std::string GetHeaderIncludes(const google::protobuf::FileDescriptor *file) {
std::string GetSourceIncludes() {
return "#include <grpc++/channel_interface.h>\n"
+ "#include <grpc++/impl/client_unary_call.h>\n"
"#include <grpc++/impl/rpc_method.h>\n"
"#include <grpc++/impl/rpc_service_method.h>\n"
"#include <grpc++/impl/service_type.h>\n"