Added sliceobject.h.
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 641ffea..1f55d14 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -84,6 +84,7 @@
 #include "fileobject.h"
 #include "cobject.h"
 #include "traceback.h"
+#include "sliceobject.h"
 
 #include "errors.h"
 #include "mymalloc.h"