diff --git a/tests/allocator.cpp b/tests/allocator.cpp index a43e14a..e1d99d5 100644 --- a/tests/allocator.cpp +++ b/tests/allocator.cpp @@ -2,6 +2,7 @@ #include #include +#include // Low-level allocation functions #if defined(_WIN32) || defined(_WIN64) @@ -113,8 +114,6 @@ namespace } } #else -# include - namespace { void* allocate(size_t size)