aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_plugin.cc
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-04-05 17:17:54 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-04-05 17:17:54 -0700
commit084c51e888629257f8103c33af0d1d75ecdf10d0 (patch)
treeec97cdff02a578fee466d39a2a51752e05c9272b /src/compiler/python_plugin.cc
parentf7c673a8c789e6b521b2b83c82eb433900fd4b78 (diff)
parentd4da50b2cb1575b9a2661c47e7d393931d28bc84 (diff)
Merge branch 'master' into bm_cq_multi_threads
Diffstat (limited to 'src/compiler/python_plugin.cc')
-rw-r--r--src/compiler/python_plugin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/python_plugin.cc b/src/compiler/python_plugin.cc
index 3457aa631a..f34abcc313 100644
--- a/src/compiler/python_plugin.cc
+++ b/src/compiler/python_plugin.cc
@@ -34,6 +34,7 @@
// Generates a Python gRPC service interface out of Protobuf IDL.
#include "src/compiler/config.h"
+#include "src/compiler/protobuf_plugin.h"
#include "src/compiler/python_generator.h"
int main(int argc, char* argv[]) {