Skip to content

Commit 3176683

Browse files
load correctly
1 parent 5155156 commit 3176683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/RecursiveArrayToolsTrackerExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RecursiveArrayToolsTrackerExt
22

33
import RecursiveArrayTools
4-
import Tracker
4+
isdefined(Base, :get_extension) ? (import Tracker) : (import ..Tracker)
55

66
function RecursiveArrayTools.recursivecopy!(b::AbstractArray{T, N},
77
a::AbstractArray{T2, N}) where {

0 commit comments

Comments
 (0)