From 4ad16873a0a2d8861a0bfe8234d45e31cc70ee90 Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Sat, 24 Aug 2013 14:24:47 -0700 Subject: Exports SysAllocator class to avoid .dll build errors --- src/gperftools/malloc_extension.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { } -- cgit v1.2.1