[libc++][PSTL] Implement std::copy{,_n}
Reviewed By: ldionne, #libc
Spies: jloser, libcxx-commits
Differential Revision: https://reviews.llvm.org/D149706
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 280333e..1902140 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1801,6 +1801,7 @@
#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>