summaryrefslogtreecommitdiff
path: root/Objects/sliceobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/sliceobject.c')
-rw-r--r--Objects/sliceobject.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/sliceobject.c b/Objects/sliceobject.c
index b5aabfd9d7..59f084d1a6 100644
--- a/Objects/sliceobject.c
+++ b/Objects/sliceobject.c
@@ -14,6 +14,8 @@ this type and there is exactly one in existence.
*/
#include "Python.h"
+#include "internal/mem.h"
+#include "internal/pystate.h"
#include "structmember.h"
static PyObject *