aboutsummaryrefslogtreecommitdiff
path: root/src/google
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2016-11-16 09:36:28 -0800
committerGitHub <noreply@github.com>2016-11-16 09:36:28 -0800
commit01d321c2d6118f55897012df0db84d71bae6796f (patch)
tree67de46f584024d6cbdb7ef3f7d66547e62a600e9 /src/google
parent83d6411bf3c13f8f7fa884180830ee179bd37849 (diff)
parentaac9ed8e39d17869396a47d55d69217167101e57 (diff)
downloadprotobuf-01d321c2d6118f55897012df0db84d71bae6796f.tar.gz
protobuf-01d321c2d6118f55897012df0db84d71bae6796f.tar.bz2
protobuf-01d321c2d6118f55897012df0db84d71bae6796f.zip
Merge pull request #2367 from jbrianceau/add-missing-include-in-message-lite-cc
Add missing include in message_lite.cc
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>