diff --git a/catkit_core/PoolAllocator.h b/catkit_core/PoolAllocator.h index 92524f0f..36176cd2 100644 --- a/catkit_core/PoolAllocator.h +++ b/catkit_core/PoolAllocator.h @@ -3,6 +3,7 @@ #include #include +#include // A simple lock-free pool allocator. template