From 20a4955f9954a320901b1c7e53982403a0bbd0ff Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Thu, 15 Feb 2024 20:55:33 +0900 Subject: [PATCH] fix --- Python/bytecodes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/bytecodes.c b/Python/bytecodes.c index 28ade64e056ad70..fc621cf44d11b32 100644 --- a/Python/bytecodes.c +++ b/Python/bytecodes.c @@ -14,6 +14,7 @@ #include "pycore_function.h" #include "pycore_instruments.h" #include "pycore_intrinsics.h" +#include "pycore_list.h" // _PyListIterObject() #include "pycore_long.h" // _PyLong_GetZero() #include "pycore_moduleobject.h" // PyModuleObject #include "pycore_object.h" // _PyObject_GC_TRACK()