summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/unicode_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/stringlib/unicode_format.h')
-rw-r--r--Objects/stringlib/unicode_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/stringlib/unicode_format.h b/Objects/stringlib/unicode_format.h
index 7152ec6..a4eea7b 100644
--- a/Objects/stringlib/unicode_format.h
+++ b/Objects/stringlib/unicode_format.h
@@ -2,6 +2,8 @@
unicode_format.h -- implementation of str.format().
*/
+#include "pycore_floatobject.h" // _PyFloat_FormatAdvancedWriter()
+
/************************************************************************/
/*********** Global data structures and forward declarations *********/
/************************************************************************/