diff options
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/object.c b/Objects/object.c index 62d7fbe..8cec6e2 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -3,6 +3,7 @@ #include "Python.h" #include "internal/pystate.h" +#include "internal/context.h" #include "frameobject.h" #ifdef __cplusplus |