Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2016-10-13 13:21:38 +00:00
parent a469f83b26
commit 698cce6e0e

View File

@@ -14,6 +14,7 @@
// is_partitioned(InputIterator first, InputIterator last, Predicate pred); // is_partitioned(InputIterator first, InputIterator last, Predicate pred);
#include <algorithm> #include <algorithm>
#include <functional>
#include <cassert> #include <cassert>
#include "test_iterators.h" #include "test_iterators.h"