From 7ace54e64bb68c0af3ceff33032e982a9ad1ae58 Mon Sep 17 00:00:00 2001 From: Nikolas Klauser Date: Mon, 15 May 2023 10:38:01 -0700 Subject: [libc++][PSTL] Implement std::copy{,_n} Reviewed By: ldionne, #libc Spies: jloser, libcxx-commits Differential Revision: https://reviews.llvm.org/D149706 --- libcxx/include/algorithm | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/include/algorithm') diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 280333e5b33d..190214021df7 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -1801,6 +1801,7 @@ template #include <__algorithm/pop_heap.h> #include <__algorithm/prev_permutation.h> #include <__algorithm/pstl_any_all_none_of.h> +#include <__algorithm/pstl_copy.h> #include <__algorithm/pstl_fill.h> #include <__algorithm/pstl_find.h> #include <__algorithm/pstl_for_each.h> -- cgit v1.2.3