diff options
Diffstat (limited to 'libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp b/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp index ad1f4c423ac..cc3f8cd6a9b 100644 --- a/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp +++ b/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp @@ -10,6 +10,8 @@ #include <ccomplex> +#include "test_macros.h" + int main(int, char**) { std::complex<double> d; |