aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-04-11 16:13:32 -0700
committerGitHub <noreply@github.com>2017-04-11 16:13:32 -0700
commitfc3ea978708128aa571e277733b595498a726a65 (patch)
tree2396b2f2deffcbd7cb3cc8994305403db2f606af
parent899460c9cb328e51b5da0ffe5d73e03c8f00dd15 (diff)
parentbfeeb9851768bc16c4b13938f7340585993efcb3 (diff)
downloadprotobuf-fc3ea978708128aa571e277733b595498a726a65.tar.gz
protobuf-fc3ea978708128aa571e277733b595498a726a65.tar.bz2
protobuf-fc3ea978708128aa571e277733b595498a726a65.zip
Merge pull request #2955 from xfxyjwf/3.3.x
Add include for INT_MAX
-rw-r--r--src/google/protobuf/generated_message_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/generated_message_util.h b/src/google/protobuf/generated_message_util.h
index 055304a1..44174466 100644
--- a/src/google/protobuf/generated_message_util.h
+++ b/src/google/protobuf/generated_message_util.h
@@ -39,6 +39,7 @@
#define GOOGLE_PROTOBUF_GENERATED_MESSAGE_UTIL_H__
#include <assert.h>
+#include <climits>
#include <string>
#include <google/protobuf/stubs/logging.h>