Skip to content

Commit 795d4d4

Browse files
using Compat
1 parent 078785e commit 795d4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RecursiveArrayTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ __precompile__()
22

33
module RecursiveArrayTools
44

5-
using Iterators
5+
using Iterators, Compat
66

77
@compat abstract type AbstractVectorOfArray{T, N} <: AbstractArray{T, N} end
88

0 commit comments

Comments
 (0)