diff --git a/include/blt/std/allocator.h b/include/blt/std/allocator.h index 9276ecf..51c79b4 100644 --- a/include/blt/std/allocator.h +++ b/include/blt/std/allocator.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "logging.h" @@ -546,7 +547,7 @@ namespace blt ::delete[] t; } - constexpr ~constexpr_allocator() = default; + BLT_CPP20_CONSTEXPR ~constexpr_allocator() = default; }; }