diff options
Diffstat (limited to 'Parser/string_parser.h')
-rw-r--r-- | Parser/string_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/string_parser.h b/Parser/string_parser.h index cd85bd5..4a22f3d 100644 --- a/Parser/string_parser.h +++ b/Parser/string_parser.h @@ -2,7 +2,7 @@ #define STRINGS_H #include <Python.h> -#include <Python-ast.h> +#include <pycore_ast.h> #include "pegen.h" #define EXPRLIST_N_CACHED 64 |