diff options
Diffstat (limited to 'libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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**) { |