aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/once.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/stubs/once.h')
-rw-r--r--src/google/protobuf/stubs/once.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/once.h b/src/google/protobuf/stubs/once.h
index 58f1ea91..61c5f362 100644
--- a/src/google/protobuf/stubs/once.h
+++ b/src/google/protobuf/stubs/once.h
@@ -85,7 +85,7 @@ namespace protobuf {
struct GoogleOnceInternal;
-struct GoogleOnceType {
+struct LIBPROTOBUF_EXPORT GoogleOnceType {
GoogleOnceType();
void Init(void (*init_func)());