aboutsummaryrefslogtreecommitdiffstats
path: root/include/perfetto/tracing/core/shared_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perfetto/tracing/core/shared_memory.h')
-rw-r--r--include/perfetto/tracing/core/shared_memory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/perfetto/tracing/core/shared_memory.h b/include/perfetto/tracing/core/shared_memory.h
index 6ff7a660..39c98fc9 100644
--- a/include/perfetto/tracing/core/shared_memory.h
+++ b/include/perfetto/tracing/core/shared_memory.h
@@ -21,6 +21,8 @@
#include <memory>
+#include "perfetto/base/export.h"
+
namespace perfetto {
// An abstract interface that models the shared memory region shared between
@@ -30,7 +32,7 @@ namespace perfetto {
// memory for the out-of-process case (see src/unix_rpc).
// Both this class and the Factory are subclassed by the transport layer, which
// will attach platform specific fields to it (e.g., a unix file descriptor).
-class SharedMemory {
+class PERFETTO_EXPORT SharedMemory {
public:
class Factory {
public: