aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__format/formatter_integer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__format/formatter_integer.h')
-rw-r--r--libcxx/include/__format/formatter_integer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/__format/formatter_integer.h b/libcxx/include/__format/formatter_integer.h
index 0281b4f2fa67..3139c9efdf80 100644
--- a/libcxx/include/__format/formatter_integer.h
+++ b/libcxx/include/__format/formatter_integer.h
@@ -19,6 +19,7 @@
#include <__format/formatter_integral.h>
#include <__format/formatter_output.h>
#include <__format/parser_std_format_spec.h>
+#include <__type_traits/make_32_64_or_128_bit.h>
#include <type_traits>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)