diff options
Diffstat (limited to 'libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp')
-rw-r--r-- | libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp index 28cf93ada0a..88e42fb3fef 100644 --- a/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp @@ -10,6 +10,8 @@ #include <tgmath.h> +#include "test_macros.h" + int main(int, char**) { std::complex<double> cd; |