From: Ken Jin Date: Mon, 17 Mar 2025 16:36:06 +0000 (+0800) Subject: gh-131281: Add include for pystats builds (#131369) X-Git-Tag: v3.14.0a7~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ed7a6d6aae9860110f6ec495dc88dde670cfe4;p=thirdparty%2FPython%2Fcpython.git gh-131281: Add include for pystats builds (#131369) Add include to for pystats builds --- 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()