summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-03-07 22:51:16 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-03-07 22:51:16 +0000
commit4fe52c71786bc51ae64862599dd0ef99a162bd95 (patch)
tree826921c1b7624c15fe965a458ea03eb0bfd5e046 /libcxx/test
parent04f9bcaa6d3b991266a74360ea1716cfb14e38ea (diff)
downloadbcm5719-llvm-4fe52c71786bc51ae64862599dd0ef99a162bd95.tar.gz
bcm5719-llvm-4fe52c71786bc51ae64862599dd0ef99a162bd95.zip
Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch.
llvm-svn: 326958
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp
index 56690316c12..e5a2a32ee26 100644
--- a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp
+++ b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp
@@ -23,6 +23,7 @@
#include <random>
#include <cassert>
+#include <system_error>
#include "test_macros.h"
OpenPOWER on IntegriCloud