Skip to content

Commit

Permalink
gh-124022: add missing #include (#124052)
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel authored Sep 13, 2024
1 parent e6bb1a2 commit fe49e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Include/internal/pycore_compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe49e8f

Please sign in to comment.