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

llvm-svn: 284120
This commit is contained in:
Marshall Clow 2016-10-13 13:21:38 +00:00
parent 253640e18d
commit bb1db210a8
1 changed files with 1 additions and 0 deletions

View File

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