diff --git a/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp b/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp index ec8a265b4574d5e6f078022358e4a6903d6cc6e0..2c34f7748cdd2c82023289c957ec3f4595decad6 100644 --- a/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp +++ b/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp @@ -31,6 +31,8 @@ #include #include +#include "test_macros.h" + struct gen { std::ptrdiff_t operator()(std::ptrdiff_t n) diff --git a/libcxx/test/libcxx/algorithms/version.pass.cpp b/libcxx/test/libcxx/algorithms/version.pass.cpp index e7d368789421ab68f4e26760f82fd355f48c8150..57d84b3ffce83aef83f63b136fcc1ddbf3ca023e 100644 --- a/libcxx/test/libcxx/algorithms/version.pass.cpp +++ b/libcxx/test/libcxx/algorithms/version.pass.cpp @@ -10,6 +10,8 @@ #include +#include "test_macros.h" + #ifndef _LIBCPP_VERSION #error _LIBCPP_VERSION not defined #endif diff --git a/libcxx/test/libcxx/atomics/atomics.order/memory_order.underlying_type.pass.cpp b/libcxx/test/libcxx/atomics/atomics.order/memory_order.underlying_type.pass.cpp index feae9bbcd06d4ad7a1bcb5460da92a9d4d633480..0f31f43e2b7cb757499653478a5e3ba992a19363 100644 --- a/libcxx/test/libcxx/atomics/atomics.order/memory_order.underlying_type.pass.cpp +++ b/libcxx/test/libcxx/atomics/atomics.order/memory_order.underlying_type.pass.cpp @@ -18,6 +18,8 @@ #include #include +#include "test_macros.h" + enum cpp17_memory_order { cpp17_memory_order_relaxed, cpp17_memory_order_consume, cpp17_memory_order_acquire, diff --git a/libcxx/test/libcxx/atomics/version.pass.cpp b/libcxx/test/libcxx/atomics/version.pass.cpp index 48114a3e5db6d323df1669b6cfe6c30bea0eebaf..71617252d6006218e0d39aa0156180635690bd57 100644 --- a/libcxx/test/libcxx/atomics/version.pass.cpp +++ b/libcxx/test/libcxx/atomics/version.pass.cpp @@ -12,6 +12,8 @@ #include +#include "test_macros.h" + #ifndef _LIBCPP_VERSION #error _LIBCPP_VERSION not defined #endif diff --git a/libcxx/test/libcxx/containers/associative/map/at.abort.pass.cpp b/libcxx/test/libcxx/containers/associative/map/at.abort.pass.cpp index d34f48f4dae25fb0c74c3cce2f3121dceffaacd5..d4edbd752d200993650c5aa09721bee7b6171e3c 100644 --- a/libcxx/test/libcxx/containers/associative/map/at.abort.pass.cpp +++ b/libcxx/test/libcxx/containers/associative/map/at.abort.pass.cpp @@ -21,6 +21,8 @@ #include #include +#include "test_macros.h" + void exit_success(int) { std::_Exit(EXIT_SUCCESS); diff --git a/libcxx/test/libcxx/containers/associative/map/at.const.abort.pass.cpp b/libcxx/test/libcxx/containers/associative/map/at.const.abort.pass.cpp index 705ada8693633bbd88d493d9ecdcefb2de3acb24..6860e34314980b737ffee3a42ac7a28649414954 100644 --- a/libcxx/test/libcxx/containers/associative/map/at.const.abort.pass.cpp +++ b/libcxx/test/libcxx/containers/associative/map/at.const.abort.pass.cpp @@ -21,6 +21,8 @@ #include #include +#include "test_macros.h" + void exit_success(int) { std::_Exit(EXIT_SUCCESS); diff --git a/libcxx/test/libcxx/containers/associative/map/version.pass.cpp b/libcxx/test/libcxx/containers/associative/map/version.pass.cpp index 8a498c60dbf6cb65a327c8036a77dee610d26aee..ebc45e4d4867fd60d2fdf933bafdda91b6e270eb 100644 --- a/libcxx/test/libcxx/containers/associative/map/version.pass.cpp +++ b/libcxx/test/libcxx/containers/associative/map/version.pass.cpp @@ -10,6 +10,8 @@ #include +#include "test_macros.h" + #ifndef _LIBCPP_VERSION #error _LIBCPP_VERSION not defined #endif diff --git a/libcxx/test/libcxx/containers/associative/non_const_comparator.pass.cpp b/libcxx/test/libcxx/containers/associative/non_const_comparator.pass.cpp index 83a1cee11275f86ce33d15293817ad424902bcbb..8e3ec7c635898ddf53bd7956bf5fb55dca4888b4 100644 --- a/libcxx/test/libcxx/containers/associative/non_const_comparator.pass.cpp +++ b/libcxx/test/libcxx/containers/associative/non_const_comparator.pass.cpp @@ -18,6 +18,8 @@ #include #include +#include "test_macros.h" + template