aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/any.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/any.h')
-rw-r--r--src/google/protobuf/any.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/any.h b/src/google/protobuf/any.h
index 757b45aa..f681eceb 100644
--- a/src/google/protobuf/any.h
+++ b/src/google/protobuf/any.h
@@ -43,7 +43,7 @@ namespace protobuf {
namespace internal {
// Helper class used to implement google::protobuf::Any.
-class AnyMetadata {
+class LIBPROTOBUF_EXPORT AnyMetadata {
typedef ArenaStringPtr UrlType;
typedef ArenaStringPtr ValueType;
public: