diff options
Diffstat (limited to 'libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp b/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp index b1273f1bbc3..432f73453ac 100644 --- a/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp @@ -18,6 +18,8 @@ #include <random> #include <cassert> +#include "test_macros.h" + void test1() { |