From: Guido van Rossum Date: Tue, 30 Jul 1996 16:39:03 +0000 (+0000) Subject: Added sliceobject.h. X-Git-Tag: v1.4b2~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03eed4751240f4600f103a36a5d53ab921d9bb41;p=python Added sliceobject.h. --- 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"