diff options
Diffstat (limited to 'include/google/protobuf/compiler/cpp/cpp_generator.h')
-rw-r--r-- | include/google/protobuf/compiler/cpp/cpp_generator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/google/protobuf/compiler/cpp/cpp_generator.h b/include/google/protobuf/compiler/cpp/cpp_generator.h new file mode 100644 index 0000000000..1716ab20de --- /dev/null +++ b/include/google/protobuf/compiler/cpp/cpp_generator.h @@ -0,0 +1,6 @@ +#ifndef GOOGLE_PROTOBUF_COMPILER_CPP_CPP_GENERATOR_H_ +#define GOOGLE_PROTOBUF_COMPILER_CPP_CPP_GENERATOR_H_ + +#include <google/protobuf/compiler/cpp/generator.h> + +#endif // GOOGLE_PROTOBUF_COMPILER_CPP_CPP_GENERATOR_H_ |