aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2015-07-17 15:40:42 -0700
committerGravatar Jisi Liu <liujisi@google.com>2015-07-17 15:40:42 -0700
commit58035596e7864c66008a1f6222dce54031610ff4 (patch)
tree9b1845bfa0ea2b45d29ee3739244e8d03c681c01 /src
parent798ed10e7ac36d64790edc06cf378f04598911c5 (diff)
parent51053120db1a701538825e65e411ae67ef5736f6 (diff)
Merge pull request #622 from pherl/splitheaders
Addming missing includes in stubs headers.
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/stubs/mathutil.h1
-rw-r--r--src/google/protobuf/stubs/once.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/mathutil.h b/src/google/protobuf/stubs/mathutil.h
index 87ca5e91..99c4d452 100644
--- a/src/google/protobuf/stubs/mathutil.h
+++ b/src/google/protobuf/stubs/mathutil.h
@@ -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 {
diff --git a/src/google/protobuf/stubs/once.h b/src/google/protobuf/stubs/once.h
index cc62bbaa..1f082c37 100644
--- a/src/google/protobuf/stubs/once.h
+++ b/src/google/protobuf/stubs/once.h
@@ -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 {