Explorar el Código

Merge pull request #7930 from yang-g/header2

Add a header to override grpc::string when needed
Nicolas Noble hace 9 años
padre
commit
9a574ec952
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/compiler/cpp_generator.h

+ 2 - 0
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