Skip to content

Commit 920dbdb

Browse files
committed
fix(linux build fail) : add missing includes header for malloc.
1 parent b61cbda commit 920dbdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bump_allocator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "bump_allocator.h"
22
#include <cassert>
3+
#include <cstdlib>
4+
35

46
namespace ECS
57
{

0 commit comments

Comments
 (0)