aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__concepts/derived_from.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__concepts/derived_from.h')
-rw-r--r--libcxx/include/__concepts/derived_from.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/__concepts/derived_from.h b/libcxx/include/__concepts/derived_from.h
index 4b2914794735..0d3462df6a6d 100644
--- a/libcxx/include/__concepts/derived_from.h
+++ b/libcxx/include/__concepts/derived_from.h
@@ -10,7 +10,8 @@
#define _LIBCPP___CONCEPTS_DERIVED_FROM_H
#include <__config>
-#include <type_traits>
+#include <__type_traits/is_base_of.h>
+#include <__type_traits/is_convertible.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header