Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Dec 6, 2024
1 parent 004d92e commit c3df44b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catkit_core/PoolAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <atomic>
#include <cstdint>
#include <cstddef>

// A simple lock-free pool allocator.
template<std::size_t Size>
Expand Down

0 comments on commit c3df44b

Please sign in to comment.