[libc++][PSTL] Implement std::move
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D155330
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 69ba9537..ac335cb 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1833,6 +1833,7 @@
#include <__algorithm/pstl_generate.h>
#include <__algorithm/pstl_is_partitioned.h>
#include <__algorithm/pstl_merge.h>
+#include <__algorithm/pstl_move.h>
#include <__algorithm/pstl_replace.h>
#include <__algorithm/pstl_sort.h>
#include <__algorithm/pstl_stable_sort.h>