aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/once.h
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2015-07-17 15:22:05 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2015-07-17 15:40:03 -0700
commit51053120db1a701538825e65e411ae67ef5736f6 (patch)
treec10d0fd816b186846b30e123c8b1659e13c0329d /src/google/protobuf/stubs/once.h
parent12f6e3dd0e3c73674b973b170af3a7f577111dbb (diff)
Addming missing includes in stubs headers.
This is to prepare removing those additional headers in common.h Change-Id: I707d6d8eaf193eb28195a827c7fec738b968ab3e
Diffstat (limited to 'src/google/protobuf/stubs/once.h')
-rw-r--r--src/google/protobuf/stubs/once.h1
1 files changed, 1 insertions, 0 deletions
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 {