Merge pull request #622 from pherl/splitheaders

Addming missing includes in stubs headers.
This commit is contained in:
Jisi Liu 2015-07-17 15:40:42 -07:00
commit 58035596e7
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@
#include <math.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/mathlimits.h>
namespace google {

View file

@ -79,6 +79,7 @@
#define GOOGLE_PROTOBUF_STUBS_ONCE_H__
#include <google/protobuf/stubs/atomicops.h>
#include <google/protobuf/stubs/callback.h>
#include <google/protobuf/stubs/common.h>
namespace google {