diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-01-27 22:17:16 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-06-04 11:59:19 +0000 | 
| commit | 390adc38fc112be360bd15499e5241bf4e675b6f (patch) | |
| tree | 712d68d3aa03f7aa4902ba03dcac2a56f49ae0e5 /contrib/llvm-project/libcxx/include/__algorithm/shift_right.h | |
| parent | 8a84287b0edc66fc6dede3db770d10ff41da5464 (diff) | |
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__algorithm/shift_right.h')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/__algorithm/shift_right.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/llvm-project/libcxx/include/__algorithm/shift_right.h b/contrib/llvm-project/libcxx/include/__algorithm/shift_right.h index cee17733a6a2..121712e85532 100644 --- a/contrib/llvm-project/libcxx/include/__algorithm/shift_right.h +++ b/contrib/llvm-project/libcxx/include/__algorithm/shift_right.h @@ -9,12 +9,13 @@  #ifndef _LIBCPP___ALGORITHM_SHIFT_RIGHT_H  #define _LIBCPP___ALGORITHM_SHIFT_RIGHT_H -#include <__config>  #include <__algorithm/move.h>  #include <__algorithm/move_backward.h>  #include <__algorithm/swap_ranges.h> +#include <__config>  #include <__iterator/iterator_traits.h> -#include <type_traits> // swap +#include <__utility/swap.h> +#include <type_traits>  #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)  #pragma GCC system_header  | 
