summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-30 16:39:03 +0000
committerGuido van Rossum <guido@python.org>1996-07-30 16:39:03 +0000
commitccd1ba55553dfb0fcc8dc7b358ddc4bf2b944d51 (patch)
treeed377e20f646d789b2dcfe26b13bf7b4f284e98d /Include
parent8d57dc4f8b78463fe8ab522dcc7b09fe5d815688 (diff)
downloadcpython-ccd1ba55553dfb0fcc8dc7b358ddc4bf2b944d51.tar.gz
Added sliceobject.h.
Diffstat (limited to 'Include')
-rw-r--r--Include/allobjects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 641ffeaeab..1f55d1403d 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -84,6 +84,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "fileobject.h"
#include "cobject.h"
#include "traceback.h"
+#include "sliceobject.h"
#include "errors.h"
#include "mymalloc.h"