diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-16 22:25:08 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-16 22:25:08 -0500 |
commit | 53c4dcf374c66f1e9190f5a62a52d02fe11a69e6 (patch) | |
tree | ee40277c36fdba58fb06aca87b8ffa67ab5f8558 /test/test_common.cpp | |
parent | f3ac764684c64fbdd2094853a80b23e570cd5d9c (diff) |
First crack at allocators.
Diffstat (limited to 'test/test_common.cpp')
-rw-r--r-- | test/test_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cstdlib> namespace fud { |