aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/generated_message_util.h
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2017-04-08 00:39:03 +0000
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2017-04-08 00:39:03 +0000
commitbfeeb9851768bc16c4b13938f7340585993efcb3 (patch)
tree1aa65e1bc6297d578b0c0b5bb947ce6791c8c6d6 /src/google/protobuf/generated_message_util.h
parente91caa1f197ec1bd48a713c435c47e6f3948a1fb (diff)
Add include for INT_MAX
Diffstat (limited to 'src/google/protobuf/generated_message_util.h')
-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>