From cac414cea1f8ed77d3bf3e2b72a67ca6a39f5821 Mon Sep 17 00:00:00 2001 From: cocolato Date: Sat, 17 Jan 2026 08:51:28 +0800 Subject: [PATCH] add missing header --- Include/internal/pycore_optimizer_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/internal/pycore_optimizer_types.h b/Include/internal/pycore_optimizer_types.h index 0a193268c4d618..10828d1027dd09 100644 --- a/Include/internal/pycore_optimizer_types.h +++ b/Include/internal/pycore_optimizer_types.h @@ -8,6 +8,7 @@ extern "C" { # error "this header requires Py_BUILD_CORE define" #endif +#include #include "pycore_uop.h" // UOP_MAX_TRACE_LENGTH // Holds locals, stack, locals, stack ... (in that order)