]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-124022: add missing #include (#124052)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 13 Sep 2024 15:16:54 +0000 (16:16 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 15:16:54 +0000 (15:16 +0000)
Include/internal/pycore_compile.h

index 5359f2d650e2a228c4f18b8c86cb8969f5b893b2..2304d698474355aea4c5f47f9754377f9bfb1c2b 100644 (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"