Merge pull request #2955 from xfxyjwf/3.3.x

Add include for INT_MAX
This commit is contained in:
Feng Xiao 2017-04-11 16:13:32 -07:00 committed by GitHub
commit fc3ea97870

View file

@ -39,6 +39,7 @@
#define GOOGLE_PROTOBUF_GENERATED_MESSAGE_UTIL_H__
#include <assert.h>
#include <climits>
#include <string>
#include <google/protobuf/stubs/logging.h>