diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2023-09-11 18:37:24 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2023-12-08 17:35:11 +0000 |
commit | 8a4dda33d67586ca2624f2a38417baa03a533a7f (patch) | |
tree | ea87f69d4341b5a653c3747ebbdbedd7b41da233 /contrib/llvm-project/libcxx/include/__algorithm | |
parent | 06c3fb2749bda94cb5201f81ffdb8fa6c3161b2e (diff) | |
parent | 8092e001bcd76c0b9fec2311f3a515aa60d2ed07 (diff) |
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__algorithm')
-rw-r--r-- | contrib/llvm-project/libcxx/include/__algorithm/pstl_sort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/include/__algorithm/pstl_sort.h b/contrib/llvm-project/libcxx/include/__algorithm/pstl_sort.h index 81514953f24b..75c77ed40527 100644 --- a/contrib/llvm-project/libcxx/include/__algorithm/pstl_sort.h +++ b/contrib/llvm-project/libcxx/include/__algorithm/pstl_sort.h @@ -17,6 +17,7 @@ #include <__type_traits/is_execution_policy.h> #include <__type_traits/remove_cvref.h> #include <__utility/forward.h> +#include <__utility/move.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) # pragma GCC system_header |