Skip to content

Commit

Permalink
fix: add missing header for memory_pool.h
Browse files Browse the repository at this point in the history
  • Loading branch information
QRWells committed Feb 19, 2024
1 parent dd25880 commit c47519d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/element/memory_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
*/

#include <cstddef>
#include <cstdlib>
#include <memory_resource>

/* each element must be bigger than void*, so align everything in sizeof(void*)
Expand Down

0 comments on commit c47519d

Please sign in to comment.