diff options
Diffstat (limited to 'libcxx/include/__concepts/different_from.h')
| -rw-r--r-- | libcxx/include/__concepts/different_from.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__concepts/different_from.h b/libcxx/include/__concepts/different_from.h index 3066372e8683..15fd8f05510b 100644 --- a/libcxx/include/__concepts/different_from.h +++ b/libcxx/include/__concepts/different_from.h @@ -11,7 +11,7 @@ #include <__concepts/same_as.h> #include <__config> -#include <type_traits> +#include <__type_traits/remove_cvref.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) # pragma GCC system_header |
