From b2ed7a6d6aae9860110f6ec495dc88dde670cfe4 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Tue, 18 Mar 2025 00:36:06 +0800 Subject: [PATCH] gh-131281: Add include for pystats builds (#131369) Add include to for pystats builds --- Python/specialize.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/specialize.c b/Python/specialize.c index 07c49140446c..4aa2fb9f7359 100644 --- a/Python/specialize.c +++ b/Python/specialize.c @@ -18,6 +18,7 @@ #include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START #include "pycore_pylifecycle.h" // _PyOS_URandomNonblock() #include "pycore_runtime.h" // _Py_ID() +#include "pycore_unicodeobject.h" // _PyUnicodeASCIIIter_Type #include // rand() -- 2.47.3