diff options
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/string_parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser/string_parser.c b/Parser/string_parser.c index bc1f99d..72898c3 100644 --- a/Parser/string_parser.c +++ b/Parser/string_parser.c @@ -1,6 +1,7 @@ #include <stdbool.h> #include <Python.h> +#include "pycore_bytesobject.h" // _PyBytes_DecodeEscape() #include "pycore_unicodeobject.h" // _PyUnicode_DecodeUnicodeEscapeInternal() #include "tokenizer.h" |