Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@257474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2016-01-12 14:51:04 +00:00
parent 040a0340bf
commit e5e9bff62a
59 changed files with 175 additions and 116 deletions

View File

@@ -20,6 +20,7 @@
// throw.
#include <random>
#include <system_error>
#include <cassert>
#include <unistd.h>