diff options
Diffstat (limited to 'Python/frame.c')
-rw-r--r-- | Python/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/frame.c b/Python/frame.c index afb3e768491..166ce078821 100644 --- a/Python/frame.c +++ b/Python/frame.c @@ -5,6 +5,7 @@ #include "frameobject.h" #include "pycore_code.h" // stats #include "pycore_frame.h" +#include "pycore_genobject.h" #include "pycore_object.h" // _PyObject_GC_UNTRACK() #include "opcode.h" |