Add missing includes
This changes fixes "use of undeclared identifier 'INT_MAX'" compilation error.
This commit is contained in:
parent
eb455ce1c9
commit
83c728a940
2 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
|||
#define GOOGLE_PROTOBUF_IO_CODED_STREAM_H__
|
||||
|
||||
#include <assert.h>
|
||||
#include <climits>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#ifndef GOOGLE_PROTOBUF_MESSAGE_LITE_H__
|
||||
#define GOOGLE_PROTOBUF_MESSAGE_LITE_H__
|
||||
|
||||
#include <climits>
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
#include <google/protobuf/stubs/logging.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue