From 8d113d430f4aee2ad49ba680dd07b453e44e2442 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 12 Jan 2016 14:51:04 +0000 Subject: 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. llvm-svn: 257474 --- libcxx/test/std/containers/sequences/vector.bool/find.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/std/containers/sequences') diff --git a/libcxx/test/std/containers/sequences/vector.bool/find.pass.cpp b/libcxx/test/std/containers/sequences/vector.bool/find.pass.cpp index 75567a9b7bb..a4b5537d294 100644 --- a/libcxx/test/std/containers/sequences/vector.bool/find.pass.cpp +++ b/libcxx/test/std/containers/sequences/vector.bool/find.pass.cpp @@ -15,6 +15,7 @@ // http://llvm.org/bugs/show_bug.cgi?id=16816 #include +#include #include int main() -- cgit v1.2.3