Skip to content

Commit fe49e8f

Browse files
authored
gh-124022: add missing #include (#124052)
1 parent e6bb1a2 commit fe49e8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/internal/pycore_compile.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ extern "C" {
88
# error "this header requires Py_BUILD_CORE define"
99
#endif
1010

11+
#include <stdbool.h>
12+
1113
#include "pycore_ast.h" // mod_ty
1214
#include "pycore_symtable.h" // _Py_SourceLocation
1315
#include "pycore_instruction_sequence.h"

0 commit comments

Comments
 (0)