mirror of https://github.com/python/cpython
gh-124022: add missing #include (#124052)
This commit is contained in:
parent
e6bb1a2b28
commit
fe49e8f32f
|
@ -8,6 +8,8 @@ extern "C" {
|
|||
# error "this header requires Py_BUILD_CORE define"
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "pycore_ast.h" // mod_ty
|
||||
#include "pycore_symtable.h" // _Py_SourceLocation
|
||||
#include "pycore_instruction_sequence.h"
|
||||
|
|
Loading…
Reference in New Issue