From fe49e8f32ff421d2579bde385dbf4b2df477df78 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:16:54 +0100 Subject: gh-124022: add missing #include (#124052) --- Include/internal/pycore_compile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Include/internal/pycore_compile.h b/Include/internal/pycore_compile.h index 5359f2d..2304d69 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 + #include "pycore_ast.h" // mod_ty #include "pycore_symtable.h" // _Py_SourceLocation #include "pycore_instruction_sequence.h" -- cgit v0.12