diff --git a/src/common/stl_allocator.cpp b/src/common/stl_allocator.cpp index e7ffa7e6dba8..cf03531e0849 100644 --- a/src/common/stl_allocator.cpp +++ b/src/common/stl_allocator.cpp @@ -1,9 +1,13 @@ #include "duckdb/common/stl_allocator.hpp" +#include "duckdb/common/assert.hpp" + #ifdef USE_JEMALLOC #include "jemalloc_extension.hpp" #endif +#include + namespace duckdb { AllocationFunctions GetDefaultAllocationFunctions() {