aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__concepts/movable.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__concepts/movable.h')
-rw-r--r--libcxx/include/__concepts/movable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__concepts/movable.h b/libcxx/include/__concepts/movable.h
index 639219ed6b48..749b78ad10b8 100644
--- a/libcxx/include/__concepts/movable.h
+++ b/libcxx/include/__concepts/movable.h
@@ -13,7 +13,7 @@
#include <__concepts/constructible.h>
#include <__concepts/swappable.h>
#include <__config>
-#include <type_traits>
+#include <__type_traits/is_object.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header