aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__concepts/totally_ordered.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__concepts/totally_ordered.h')
-rw-r--r--libcxx/include/__concepts/totally_ordered.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/__concepts/totally_ordered.h b/libcxx/include/__concepts/totally_ordered.h
index 25347790de07..f12d26b10827 100644
--- a/libcxx/include/__concepts/totally_ordered.h
+++ b/libcxx/include/__concepts/totally_ordered.h
@@ -12,7 +12,8 @@
#include <__concepts/boolean_testable.h>
#include <__concepts/equality_comparable.h>
#include <__config>
-#include <type_traits>
+#include <__type_traits/common_reference.h>
+#include <__type_traits/make_const_lvalue_ref.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header