diff options
Diffstat (limited to 'libcxx/include/__compare/compare_partial_order_fallback.h')
| -rw-r--r-- | libcxx/include/__compare/compare_partial_order_fallback.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/__compare/compare_partial_order_fallback.h b/libcxx/include/__compare/compare_partial_order_fallback.h index ba746d6c7d9c..06f03fe7adee 100644 --- a/libcxx/include/__compare/compare_partial_order_fallback.h +++ b/libcxx/include/__compare/compare_partial_order_fallback.h @@ -12,9 +12,10 @@ #include <__compare/ordering.h> #include <__compare/partial_order.h> #include <__config> +#include <__type_traits/decay.h> +#include <__type_traits/is_same.h> #include <__utility/forward.h> #include <__utility/priority_tag.h> -#include <type_traits> #ifndef _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER # pragma GCC system_header |
