Add a header to override grpc::string when needed

pull/7930/head
yang-g 8 years ago
parent 7684c74b3c
commit aea106ec7d
  1. 2
      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

Loading…
Cancel
Save