diff options
Diffstat (limited to 'Include')
-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 641ffea..1f55d14 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" |