diff options
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp')
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp index e936dd388d9..d8c142e476d 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp @@ -21,7 +21,7 @@ #include <functional> #include <cassert> -#include "../../iterators.h" +#include "../../../iterators.h" template <class InIter, class OutIter> void |