Skip to content

Commit fca6247

Browse files
committed
Missing includes
1 parent 343fba4 commit fca6247

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc/test/src/__support/freelist_heap_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#include "src/__support/CPP/span.h"
1010
#include "src/__support/freelist_heap.h"
1111
#include "src/__support/macros/config.h"
12+
#include "src/stdlib/aligned_alloc.h"
13+
#include "src/stdlib/calloc.h"
14+
#include "src/stdlib/free.h"
15+
#include "src/stdlib/malloc.h"
1216
#include "src/string/memcmp.h"
1317
#include "src/string/memcpy.h"
1418
#include "test/UnitTest/Test.h"

0 commit comments

Comments
 (0)