gh-124022: add missing #include (#124052)

This commit is contained in:
Irit Katriel 2024-09-13 16:16:54 +01:00 committed by GitHub
parent e6bb1a2b28
commit fe49e8f32f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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"