Skip to content

Commit 2033f22

Browse files
committed
fix(core): Fix linux allocator
1 parent c9aa6e3 commit 2033f22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/memory/allocator/allocator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#include "allocator.h"
2020
#include <cstring>
2121

22+
#include "tier0/memdbgon.h"
23+
2224
void* MemoryAllocator::Alloc(uint64_t size)
2325
{
2426
QueueLockGuard lock(m_mtxLock);

0 commit comments

Comments
 (0)