diff --git a/test/new_delete_resource_test.cpp b/test/new_delete_resource_test.cpp index 41356ef..e7d59f2 100644 --- a/test/new_delete_resource_test.cpp +++ b/test/new_delete_resource_test.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -252,9 +253,7 @@ int main() test_allocate_default_alignment(); test_allocate_various_sizes(); test_allocate_with_alignment(); - #ifdef BOOST_CONTAINER_ALIGNED_NEW_PRESENT test_allocate_over_aligned(); - #endif test_is_equal_same(); test_is_equal_different(); test_equality_operators();