diff options
Diffstat (limited to 'indra/llcommon/llallocator.h')
-rw-r--r-- | indra/llcommon/llallocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llallocator.h b/indra/llcommon/llallocator.h index 2b70fee0b8..50129b4526 100644 --- a/indra/llcommon/llallocator.h +++ b/indra/llcommon/llallocator.h @@ -38,7 +38,7 @@ #include "llmemtype.h" #include "llallocator_heap_profile.h" -class LLAllocator { +class LL_COMMON_API LLAllocator { friend class LLMemoryView; friend class LLMemType; |