From 22706843e0211a42a0e1b9e3b3b2527e9c2f546b Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 19 Mar 2025 18:46:24 +0100 Subject: gh-131238: Remove many includes from pycore_interp.h (#131472) --- Objects/unicodeobject.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Objects/unicodeobject.c') diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 7a8ac322197..3e0bd90c179 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -56,6 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "pycore_pyhash.h" // _Py_HashSecret_t #include "pycore_pylifecycle.h" // _Py_SetFileSystemEncoding() #include "pycore_pystate.h" // _PyInterpreterState_GET() +#include "pycore_tuple.h" // _PyTuple_FromArray() #include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI #include "pycore_unicodeobject.h" // struct _Py_unicode_state #include "pycore_unicodeobject_generated.h" // _PyUnicode_InitStaticStrings() -- cgit v1.2.3