https://github.com/python/cpython/commit/fe49e8f32ff421d2579bde385dbf4b2df477df78 commit: fe49e8f32ff421d2579bde385dbf4b2df477df78 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: JelleZijlstra <jelle.zijls...@gmail.com> date: 2024-09-13T15:16:54Z summary:
gh-124022: add missing #include (#124052) files: M Include/internal/pycore_compile.h diff --git a/Include/internal/pycore_compile.h b/Include/internal/pycore_compile.h index 5359f2d650e2a2..2304d698474355 100644 --- a/Include/internal/pycore_compile.h +++ b/Include/internal/pycore_compile.h @@ -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" _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com