From 53c4dcf374c66f1e9190f5a62a52d02fe11a69e6 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Wed, 16 Oct 2024 22:25:08 -0500 Subject: First crack at allocators. --- test/test_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_common.cpp') diff --git a/test/test_common.cpp b/test/test_common.cpp index fc37566..5a26e09 100644 --- a/test/test_common.cpp +++ b/test/test_common.cpp @@ -16,7 +16,7 @@ */ #include "test_common.hpp" -#include "fud_memory.hpp" +#include "fud_allocator.hpp" #include namespace fud { -- cgit v1.2.3