Skip to content

Commit 3f8a0e7

Browse files
author
Michael Abbott
committed
Compat, for 1.0
1 parent 0a4bde7 commit 3f8a0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TensorCast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include("pretty.jl")
1717
include("string.jl")
1818

1919
module Fast # shield non-macro code from @optlevel 1
20-
using LinearAlgebra, StaticArrays
20+
using LinearAlgebra, StaticArrays, Compat
2121

2222
include("slice.jl") # slice, glue, etc
2323
export sliceview, slicecopy, glue, glue!, red_glue, cat_glue, copy_glue, lazy_glue, iscodesorted, countcolons

0 commit comments

Comments
 (0)