|
|
@ -40,7 +40,6 @@ |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#include <vector> |
|
|
|
#include <vector> |
|
|
|
|
|
|
|
|
|
|
|
#include <google/protobuf/compiler/plugin.pb.h> |
|
|
|
|
|
|
|
#include <google/protobuf/stubs/logging.h> |
|
|
|
#include <google/protobuf/stubs/logging.h> |
|
|
|
#include <google/protobuf/stubs/common.h> |
|
|
|
#include <google/protobuf/stubs/common.h> |
|
|
|
#include <google/protobuf/testing/file.h> |
|
|
|
#include <google/protobuf/testing/file.h> |
|
|
@ -54,6 +53,14 @@ |
|
|
|
#include <google/protobuf/stubs/substitute.h> |
|
|
|
#include <google/protobuf/stubs/substitute.h> |
|
|
|
#include <gtest/gtest.h> |
|
|
|
#include <gtest/gtest.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef major |
|
|
|
|
|
|
|
#undef major |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef minor |
|
|
|
|
|
|
|
#undef minor |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
#include <google/protobuf/compiler/plugin.pb.h> |
|
|
|
|
|
|
|
|
|
|
|
namespace google { |
|
|
|
namespace google { |
|
|
|
namespace protobuf { |
|
|
|
namespace protobuf { |
|
|
|
namespace compiler { |
|
|
|
namespace compiler { |
|
|
|