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
+2
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"