mirror of https://github.com/python/cpython
include header with PyAST_Validate
This commit is contained in:
parent
f8e7543df9
commit
ea281a54f3
|
@ -6,6 +6,9 @@
|
|||
#include "node.h"
|
||||
#include "code.h"
|
||||
|
||||
#include "asdl.h"
|
||||
#include "ast.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
|
|
Loading…
Reference in New Issue