aboutsummaryrefslogtreecommitdiff
path: root/src/google
diff options
context:
space:
mode:
authorJulien Brianceau <jbriance@cisco.com>2016-11-14 22:16:26 +0100
committerJulien Brianceau <jbriance@cisco.com>2016-11-14 22:19:37 +0100
commitaac9ed8e39d17869396a47d55d69217167101e57 (patch)
tree43632c7454d4320dcfa0c35454e7b423568a43d4 /src/google
parent0c0f7e2aa8816d64e9994361ff89783b0ec23f48 (diff)
downloadprotobuf-aac9ed8e39d17869396a47d55d69217167101e57.tar.gz
protobuf-aac9ed8e39d17869396a47d55d69217167101e57.tar.bz2
protobuf-aac9ed8e39d17869396a47d55d69217167101e57.zip
Add missing include in message_lite.cc
This changes fixes "use of undeclared identifier 'INT_MAX'" compilation error.
Diffstat (limited to 'src/google')
-rw-r--r--src/google/protobuf/message_lite.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/message_lite.cc b/src/google/protobuf/message_lite.cc
index 9d6da264..1c6786db 100644
--- a/src/google/protobuf/message_lite.cc
+++ b/src/google/protobuf/message_lite.cc
@@ -33,6 +33,7 @@
// Based on original Protocol Buffers design by
// Sanjay Ghemawat, Jeff Dean, and others.
+#include <climits>
#include <google/protobuf/arena.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/message_lite.h>