diff options
Diffstat (limited to 'Python/ast_opt.c')
-rw-r--r-- | Python/ast_opt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ast_opt.c b/Python/ast_opt.c index 12414453c48..e261f04361b 100644 --- a/Python/ast_opt.c +++ b/Python/ast_opt.c @@ -4,6 +4,7 @@ #include "pycore_format.h" // F_LJUST #include "pycore_runtime.h" // _Py_STR() #include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString() +#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString() typedef struct { |