diff options
Diffstat (limited to 'libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp b/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp index 61378439298..054c813d698 100644 --- a/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp +++ b/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp @@ -13,6 +13,8 @@ #include <cfenv> #include <type_traits> +#include "test_macros.h" + #ifndef FE_DIVBYZERO #error FE_DIVBYZERO not defined #endif |