aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/cpp_generator_helpers.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/cpp_generator_helpers.h
parent739cecb0bc1f1ba3b2e0b390795cbaf429ec81c2 (diff)
Refactor python code generator to support other serializers
Diffstat (limited to 'src/compiler/cpp_generator_helpers.h')
-rw-r--r--src/compiler/cpp_generator_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/cpp_generator_helpers.h b/src/compiler/cpp_generator_helpers.h
index 87e278f1b9..83932a09bb 100644
--- a/src/compiler/cpp_generator_helpers.h
+++ b/src/compiler/cpp_generator_helpers.h
@@ -35,6 +35,7 @@
#define GRPC_INTERNAL_COMPILER_CPP_GENERATOR_HELPERS_H
#include <map>
+
#include "src/compiler/config.h"
#include "src/compiler/generator_helpers.h"