| author | |
| committer | |
| log | a463c369cd9d0fe10dae4af41bbf6f47c32ee085 |
| tree | 6021fd3fbd1fdca0ec13706b09af82fd71c411b0 |
| parent | 6b96c70ba3c521ca1dd01cf8e9635174531c30bc |
3 files changed, 8 insertions(+), 7 deletions(-)
lib/libcxx/include/__algorithm/three_way_comp_ref_type.h+1| ... | @@ -9,6 +9,7 @@ | ... | @@ -9,6 +9,7 @@ |
| 9 | #ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H | 9 | #ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H |
| 10 | #define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H | 10 | #define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H |
| 11 | 11 | ||
| 12 | #include <__assert> | ||
| 12 | #include <__compare/ordering.h> | 13 | #include <__compare/ordering.h> |
| 13 | #include <__config> | 14 | #include <__config> |
| 14 | #include <__utility/declval.h> | 15 | #include <__utility/declval.h> |
lib/libcxx/include/chrono+1-1| ... | @@ -1015,8 +1015,8 @@ constexpr chrono::year operator ""y(unsigned lo | ... | @@ -1015,8 +1015,8 @@ constexpr chrono::year operator ""y(unsigned lo |
| 1015 | # include <charconv> | 1015 | # include <charconv> |
| 1016 | # if !defined(_LIBCPP_HAS_NO_LOCALIZATION) | 1016 | # if !defined(_LIBCPP_HAS_NO_LOCALIZATION) |
| 1017 | # include <locale> | 1017 | # include <locale> |
| 1018 | # include <ostream> | ||
| 1018 | # endif | 1019 | # endif |
| 1019 | # include <ostream> | ||
| 1020 | #endif | 1020 | #endif |
| 1021 | 1021 | ||
| 1022 | #endif // _LIBCPP_CHRONO | 1022 | #endif // _LIBCPP_CHRONO |
lib/libcxx/include/format+6-6| ... | @@ -237,21 +237,21 @@ namespace std { | ... | @@ -237,21 +237,21 @@ namespace std { |
| 237 | # include <cstdint> | 237 | # include <cstdint> |
| 238 | # include <cstdlib> | 238 | # include <cstdlib> |
| 239 | # include <cstring> | 239 | # include <cstring> |
| 240 | # include <cwchar> | ||
| 241 | # include <initializer_list> | 240 | # include <initializer_list> |
| 242 | # include <limits> | 241 | # include <limits> |
| 242 | # include <locale> | ||
| 243 | # include <new> | 243 | # include <new> |
| 244 | # include <optional> | 244 | # include <optional> |
| 245 | # include <queue> | ||
| 246 | # include <stack> | ||
| 245 | # include <stdexcept> | 247 | # include <stdexcept> |
| 246 | # include <string> | 248 | # include <string> |
| 247 | # include <string_view> | 249 | # include <string_view> |
| 248 | # include <tuple> | 250 | # include <tuple> |
| 249 | #endif | ||
| 250 | 251 | ||
| 251 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 | 252 | # if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS) |
| 252 | # include <locale> | 253 | # include <cwchar> |
| 253 | # include <queue> | 254 | # endif |
| 254 | # include <stack> | ||
| 255 | #endif | 255 | #endif |
| 256 | 256 | ||
| 257 | #endif // _LIBCPP_FORMAT | 257 | #endif // _LIBCPP_FORMAT |