diff --git a/include/gp/utils/allocators.hpp b/include/gp/utils/allocators.hpp index 1e7047a..dee4a6d 100644 --- a/include/gp/utils/allocators.hpp +++ b/include/gp/utils/allocators.hpp @@ -2,4 +2,5 @@ #include "gp/utils/allocators/aggregator.hpp" #include "gp/utils/allocators/arena.hpp" #include "gp/utils/allocators/buddy.hpp" -#include "gp/utils/allocators/dummy.hpp" \ No newline at end of file +#include "gp/utils/allocators/dummy.hpp" +#include "gp/utils/allocators/bottleneck_allocator.hpp" \ No newline at end of file