diff options
Diffstat (limited to 'Python/context.c')
-rw-r--r-- | Python/context.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Python/context.c b/Python/context.c index b548ffe..302f769 100644 --- a/Python/context.c +++ b/Python/context.c @@ -1,9 +1,10 @@ #include "Python.h" -#include "structmember.h" -#include "pycore_pystate.h" #include "pycore_context.h" #include "pycore_hamt.h" +#include "pycore_object.h" +#include "pycore_pystate.h" +#include "structmember.h" #define CONTEXT_FREELIST_MAXLEN 255 |