diff options
| author | Guido van Rossum <guido@python.org> | 1996-07-30 16:39:03 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1996-07-30 16:39:03 +0000 |
| commit | 03eed4751240f4600f103a36a5d53ab921d9bb41 (patch) | |
| tree | 9cd8f0ae74d7a75e3f861e6064643cd1acf09158 | |
| parent | be33c37faef8d71b95e4d5a3dcd040f8e8d6c2ca (diff) | |
| download | cpython-git-03eed4751240f4600f103a36a5d53ab921d9bb41.tar.gz | |
Added sliceobject.h.
| -rw-r--r-- | Include/allobjects.h | 1 |
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" |
