From 8d221b40a7963caf19eaedf29f0512f6a09cd994 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 19 Dec 2018 16:39:04 +0000 Subject: Add missing include to test. NFC llvm-svn: 349639 --- .../std/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/std/algorithms/alg.nonmodifying') diff --git a/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp b/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp index 76ac991653e..ac3b95fbe2a 100644 --- a/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp +++ b/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp @@ -16,6 +16,7 @@ // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred); #include +#include #include #include "test_macros.h" -- cgit v1.2.3