diff options
Diffstat (limited to 'libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp b/libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp index e0d8e71da26..dc9cb028bf4 100644 --- a/libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp +++ b/libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp @@ -17,6 +17,8 @@ #include <valarray> #include <cassert> +#include "test_macros.h" + int main(int, char**) { { |