summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gperftools/malloc_extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gperftools/malloc_extension.h b/src/gperftools/malloc_extension.h
index 5fa7624..b8b8074 100644
--- a/src/gperftools/malloc_extension.h
+++ b/src/gperftools/malloc_extension.h
@@ -71,7 +71,7 @@ struct MallocRange;
}
// Interface to a pluggable system allocator.
-class SysAllocator {
+class PERFTOOLS_DLL_DECL SysAllocator {
public:
SysAllocator() {
}