[libcxx] r326958 - Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch.

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 7 14:51:16 PST 2018


Author: marshall
Date: Wed Mar  7 14:51:16 2018
New Revision: 326958

URL: http://llvm.org/viewvc/llvm-project?rev=326958&view=rev
Log:
Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch.


Modified:
    libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp

Modified: libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp?rev=326958&r1=326957&r2=326958&view=diff
==============================================================================
--- libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp (original)
+++ libcxx/trunk/test/std/numerics/rand/rand.device/eval.pass.cpp Wed Mar  7 14:51:16 2018
@@ -23,6 +23,7 @@
 
 #include <random>
 #include <cassert>
+#include <system_error>
 
 #include "test_macros.h"
 




More information about the cfe-commits mailing list