summaryrefslogtreecommitdiff
path: root/src/stdio/printf_core/float_dec_converter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/printf_core/float_dec_converter.h')
-rw-r--r--src/stdio/printf_core/float_dec_converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/printf_core/float_dec_converter.h b/src/stdio/printf_core/float_dec_converter.h
index c4e8aaa2f0e2..666e4c9fa75e 100644
--- a/src/stdio/printf_core/float_dec_converter.h
+++ b/src/stdio/printf_core/float_dec_converter.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/string_view.h"
#include "src/__support/FPUtil/FPBits.h"
#include "src/__support/FPUtil/rounding_mode.h"
-#include "src/__support/UInt.h" // is_big_int_v
+#include "src/__support/big_int.h" // is_big_int_v
#include "src/__support/float_to_string.h"
#include "src/__support/integer_to_string.h"
#include "src/__support/libc_assert.h"