summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand/rand.predef/ranlux48.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/numerics/rand/rand.predef/ranlux48.pass.cpp')
-rw-r--r--libcxx/test/std/numerics/rand/rand.predef/ranlux48.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/rand/rand.predef/ranlux48.pass.cpp b/libcxx/test/std/numerics/rand/rand.predef/ranlux48.pass.cpp
index 2ab37e1c728..2799803f7f2 100644
--- a/libcxx/test/std/numerics/rand/rand.predef/ranlux48.pass.cpp
+++ b/libcxx/test/std/numerics/rand/rand.predef/ranlux48.pass.cpp
@@ -13,6 +13,8 @@
#include <random>
#include <cassert>
+#include "test_macros.h"
+
int main(int, char**)
{
std::ranlux48 e;
OpenPOWER on IntegriCloud