From 51053120db1a701538825e65e411ae67ef5736f6 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Fri, 17 Jul 2015 15:22:05 -0700 Subject: Addming missing includes in stubs headers. This is to prepare removing those additional headers in common.h Change-Id: I707d6d8eaf193eb28195a827c7fec738b968ab3e --- src/google/protobuf/stubs/mathutil.h | 1 + src/google/protobuf/stubs/once.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src') 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 #include +#include #include 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 +#include #include namespace google { -- cgit v1.2.3