commit | 89b356f05ab7aa3d96fc7b68aece6e7a5bdb0db5 | [log] [tgz] |
---|---|---|
author | Nikolas Klauser <[email protected]> | Wed Nov 02 19:27:42 2022 |
committer | Nikolas Klauser <[email protected]> | Sat Nov 05 19:59:29 2022 |
tree | c693d494aa3599d2089829118ca5d9728764adda | |
parent | edf885531e9e38fb127f6075373b706acef7b59c [diff] [blame] |
[libc++] Granularize <concept> includes Reviewed By: ldionne, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D137283
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 9b21e7b..e278722 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm
@@ -1917,6 +1917,7 @@ #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 # include <atomic> +# include <concepts> # include <iterator> # include <memory> # include <stdexcept>