diff --git a/src/common/SlabAllocator.h b/src/common/SlabAllocator.h index 7d7a690c33..8a78dde626 100644 --- a/src/common/SlabAllocator.h +++ b/src/common/SlabAllocator.h @@ -19,6 +19,7 @@ #include #include +#include // The SlabAllocator allocates objects out of one or more fixed-size contiguous "slabs" of memory. // This makes it very quick to allocate and deallocate fixed-size objects because the allocator only