diff options
Diffstat (limited to 'libcxx/test/std/numerics/c.math')
-rw-r--r-- | libcxx/test/std/numerics/c.math/ctgmath.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp b/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp index 4cba6031aaf..2c8d054fbc5 100644 --- a/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp +++ b/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp @@ -10,6 +10,8 @@ #include <ctgmath> +#include "test_macros.h" + int main(int, char**) { std::complex<double> cd; diff --git a/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp b/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp index 3fab28b0425..50e14ed9ddc 100644 --- a/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp +++ b/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp @@ -10,6 +10,8 @@ #include <tgmath.h> +#include "test_macros.h" + int main(int, char**) { |