Merge pull request #3055 from chrisn-arm/3.3.x

Fix compilation on alpine 3.5
This commit is contained in:
Feng Xiao 2017-05-04 11:08:53 -07:00 committed by GitHub
commit dd0a23325d

View file

@ -55,6 +55,13 @@
#include <google/protobuf/stubs/substitute.h>
#include <gtest/gtest.h>
#ifdef major
#undef major
#endif
#ifdef minor
#undef minor
#endif
namespace google {
namespace protobuf {
namespace compiler {