summaryrefslogtreecommitdiffstats
path: root/Objects/iterobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/iterobject.c')
-rw-r--r--Objects/iterobject.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/iterobject.c b/Objects/iterobject.c
index 75b2fcb..252169a 100644
--- a/Objects/iterobject.c
+++ b/Objects/iterobject.c
@@ -1,6 +1,8 @@
/* Iterator objects */
#include "Python.h"
+#include "internal/mem.h"
+#include "internal/pystate.h"
typedef struct {
PyObject_HEAD