Index: libcxx/trunk/test/libcxx/language.support/has_c11_features.pass.cpp =================================================================== --- libcxx/trunk/test/libcxx/language.support/has_c11_features.pass.cpp +++ libcxx/trunk/test/libcxx/language.support/has_c11_features.pass.cpp @@ -14,6 +14,9 @@ // _LIBCPP_HAS_C11_FEATURES - which is defined in <__config> // They should always be the same +#include <__config> +#include "test_macros.h" + #ifdef TEST_HAS_C11_FEATURES # ifndef _LIBCPP_HAS_C11_FEATURES # error "TEST_HAS_C11_FEATURES is defined, but _LIBCPP_HAS_C11_FEATURES is not" Index: libcxx/trunk/test/std/depr/depr.c.headers/float_h.pass.cpp =================================================================== --- libcxx/trunk/test/std/depr/depr.c.headers/float_h.pass.cpp +++ libcxx/trunk/test/std/depr/depr.c.headers/float_h.pass.cpp @@ -11,6 +11,8 @@ #include +#include "test_macros.h" + #ifndef FLT_ROUNDS #error FLT_ROUNDS not defined #endif Index: libcxx/trunk/test/std/language.support/support.limits/c.limits/cfloat.pass.cpp =================================================================== --- libcxx/trunk/test/std/language.support/support.limits/c.limits/cfloat.pass.cpp +++ libcxx/trunk/test/std/language.support/support.limits/c.limits/cfloat.pass.cpp @@ -11,6 +11,8 @@ #include +#include "test_macros.h" + #ifndef FLT_ROUNDS #error FLT_ROUNDS not defined #endif