Skip to content

Commit 02ba823

Browse files
committed
Add missing import
1 parent 095c843 commit 02ba823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrappers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ for type in (:Adjoint, :PermutedDimsArray, :ReshapedArray, :SubArray, :Transpose
162162
end
163163
end
164164

165-
using LinearAlgebra: Diagonal
165+
using LinearAlgebra: LinearAlgebra, Diagonal
166166
@interface ::AbstractArrayInterface storedvalues(D::Diagonal) = LinearAlgebra.diag(D)
167167

168168
# compat with LTS:

0 commit comments

Comments
 (0)