aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__utility/to_underlying.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__utility/to_underlying.h')
-rw-r--r--libcxx/include/__utility/to_underlying.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__utility/to_underlying.h b/libcxx/include/__utility/to_underlying.h
index 3428406e8d3a..a194d3ef28c5 100644
--- a/libcxx/include/__utility/to_underlying.h
+++ b/libcxx/include/__utility/to_underlying.h
@@ -11,7 +11,7 @@
#define _LIBCPP___UTILITY_TO_UNDERLYING_H
#include <__config>
-#include <type_traits>
+#include <__type_traits/underlying_type.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header