aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.h
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-02-23 15:28:07 -0800
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-02-24 19:11:08 -0800
commit59d9ff4d9fd596f7cf77cf4285c3519363df4af8 (patch)
tree542c4f27001461938a42337986cf2365889e68ec /src/compiler/python_generator.h
parenta7552b9d4cfdb2a4a36dbe87cb83eeb863aa38d9 (diff)
Updated Python protoc plugin testing.
Diffstat (limited to 'src/compiler/python_generator.h')
-rw-r--r--src/compiler/python_generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/python_generator.h b/src/compiler/python_generator.h
index 673ef7b23b..773dfa3513 100644
--- a/src/compiler/python_generator.h
+++ b/src/compiler/python_generator.h
@@ -35,6 +35,7 @@
#define __GRPC_COMPILER_PYTHON_GENERATOR_H__
#include <string>
+#include <utility>
namespace google {
namespace protobuf {
@@ -44,7 +45,7 @@ class FileDescriptor;
namespace grpc_python_generator {
-std::string GetServices(const google::protobuf::FileDescriptor* file);
+std::pair<bool, std::string> GetServices(const google::protobuf::FileDescriptor* file);
} // namespace grpc_python_generator