aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__concepts/arithmetic.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__concepts/arithmetic.h')
-rw-r--r--libcxx/include/__concepts/arithmetic.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/include/__concepts/arithmetic.h b/libcxx/include/__concepts/arithmetic.h
index d91570f02b8b..215b52aa0218 100644
--- a/libcxx/include/__concepts/arithmetic.h
+++ b/libcxx/include/__concepts/arithmetic.h
@@ -10,9 +10,11 @@
#define _LIBCPP___CONCEPTS_ARITHMETIC_H
#include <__config>
+#include <__type_traits/is_floating_point.h>
+#include <__type_traits/is_integral.h>
+#include <__type_traits/is_signed.h>
#include <__type_traits/is_signed_integer.h>
#include <__type_traits/is_unsigned_integer.h>
-#include <type_traits>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header