diff options
Diffstat (limited to 'Python/specialize.c')
-rw-r--r-- | Python/specialize.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/specialize.c b/Python/specialize.c index 0466b5bee90..07c49140446 100644 --- a/Python/specialize.c +++ b/Python/specialize.c @@ -6,7 +6,9 @@ #include "pycore_critical_section.h" #include "pycore_descrobject.h" // _PyMethodWrapper_Type #include "pycore_dict.h" // DICT_KEYS_UNICODE +#include "pycore_frame.h" // FRAME_SPECIALS_SIZE #include "pycore_function.h" // _PyFunction_GetVersionForCurrentState() +#include "pycore_list.h" // _PyListIterObject #include "pycore_long.h" // _PyLong_IsNonNegativeCompact() #include "pycore_moduleobject.h" #include "pycore_object.h" |