Skip to content

Commit

Permalink
add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Oct 8, 2024
1 parent 95ee96b commit 0d63396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/stl_allocator.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#include "duckdb/common/stl_allocator.hpp"

#include "duckdb/common/assert.hpp"

#ifdef USE_JEMALLOC
#include "jemalloc_extension.hpp"
#endif

#include <cstdlib>

namespace duckdb {

AllocationFunctions GetDefaultAllocationFunctions() {
Expand Down

0 comments on commit 0d63396

Please sign in to comment.