diff options
Diffstat (limited to 'Objects/cellobject.c')
-rw-r--r-- | Objects/cellobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/cellobject.c b/Objects/cellobject.c index 7605bcf7bc..6b7136c412 100644 --- a/Objects/cellobject.c +++ b/Objects/cellobject.c @@ -1,6 +1,7 @@ /* Cell object implementation */ #include "Python.h" +#include "pycore_object.h" #include "pycore_pymem.h" #include "pycore_pystate.h" |