summaryrefslogtreecommitdiff
path: root/src/stdio/printf_core/converter_atlas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/printf_core/converter_atlas.h')
-rw-r--r--src/stdio/printf_core/converter_atlas.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/printf_core/converter_atlas.h b/src/stdio/printf_core/converter_atlas.h
index 6471f3f2955b..2189ed11a551 100644
--- a/src/stdio/printf_core/converter_atlas.h
+++ b/src/stdio/printf_core/converter_atlas.h
@@ -31,6 +31,11 @@
#include "src/stdio/printf_core/float_hex_converter.h"
#endif // LIBC_COPT_PRINTF_DISABLE_FLOAT
+#ifdef LIBC_INTERNAL_PRINTF_HAS_FIXED_POINT
+// defines convert_fixed
+#include "src/stdio/printf_core/fixed_converter.h"
+#endif // LIBC_INTERNAL_PRINTF_HAS_FIXED_POINT
+
#ifndef LIBC_COPT_PRINTF_DISABLE_WRITE_INT
#include "src/stdio/printf_core/write_int_converter.h"
#endif // LIBC_COPT_PRINTF_DISABLE_WRITE_INT