Commit aac9ed8e authored by Julien Brianceau's avatar Julien Brianceau

Add missing include in message_lite.cc

This changes fixes "use of undeclared identifier 'INT_MAX'"
compilation error.
parent 0c0f7e2a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment