diff --git a/include/mimalloc.h b/include/mimalloc.h index c125932f..b3f60a34 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -487,7 +487,6 @@ template bool operator!=(const mi_stl_allocator& , const #define MI_HAS_HEAP_STL_ALLOCATOR 1 #include // std::shared_ptr -#include "mimalloc/types.h" // Common base class for STL allocators in a specific heap template struct _mi_heap_stl_allocator_common : public _mi_stl_allocator_common {