summaryrefslogtreecommitdiffstats
path: root/base/pickle.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/pickle.h')
-rw-r--r--base/pickle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/pickle.h b/base/pickle.h
index 9d449ae..20878e0 100644
--- a/base/pickle.h
+++ b/base/pickle.h
@@ -8,6 +8,7 @@
#include <string>
+#include "base/base_api.h"
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
#include "base/logging.h"
@@ -30,7 +31,7 @@
// space is controlled by the header_size parameter passed to the Pickle
// constructor.
//
-class Pickle {
+class BASE_API Pickle {
public:
// Initialize a Pickle object using the default header size.
Pickle();