aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.h
diff options
context:
space:
mode:
authorGravatar Harsh Vardhan <harshvd95@gmail.com>2016-09-12 20:37:42 +0530
committerGravatar Harsh Vardhan <harshvd95@gmail.com>2017-03-28 20:21:14 +0530
commit5b8fa872821af6a7e4d701a9a821a694b22c7290 (patch)
treed450ede6a45ca92f2718159506693279ba78db71 /src/compiler/python_generator.h
parent739cecb0bc1f1ba3b2e0b390795cbaf429ec81c2 (diff)
Refactor python code generator to support other serializers
Diffstat (limited to 'src/compiler/python_generator.h')
-rw-r--r--src/compiler/python_generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/python_generator.h b/src/compiler/python_generator.h
index b91059fad7..0c0d7449b5 100644
--- a/src/compiler/python_generator.h
+++ b/src/compiler/python_generator.h
@@ -37,6 +37,7 @@
#include <utility>
#include "src/compiler/config.h"
+#include "src/compiler/schema_interface.h"
namespace grpc_python_generator {