aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-09-26 16:02:27 -0700
committerGravatar GitHub <noreply@github.com>2016-09-26 16:02:27 -0700
commit9a574ec95289c9382fd0f130da12371e63e798a1 (patch)
tree70f1a48ee345770c55f5e23234947fe5949d3395
parent3af0908140fb23d2fd7369989e5fd701896c2220 (diff)
parentaea106ec7d825a838a4527de61a80a5295467776 (diff)
Merge pull request #7930 from yang-g/header2
Add a header to override grpc::string when needed
-rw-r--r--src/compiler/cpp_generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/cpp_generator.h b/src/compiler/cpp_generator.h
index 2a003b1069..d0343e9978 100644
--- a/src/compiler/cpp_generator.h
+++ b/src/compiler/cpp_generator.h
@@ -41,6 +41,8 @@
#include <memory>
#include <vector>
+#include "src/compiler/config.h"
+
#ifndef GRPC_CUSTOM_STRING
#include <string>
#define GRPC_CUSTOM_STRING std::string