Skip to content

Commit a082082

Browse files
add missing import
1 parent f2d31e8 commit a082082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module LinearSolveSparseArraysExt
33
using LinearSolve, LinearAlgebra
44
using SparseArrays
55
using SparseArrays: AbstractSparseMatrixCSC, nonzeros, rowvals, getcolptr
6-
using LinearSolve: BLASELTYPES, pattern_changed
6+
using LinearSolve: BLASELTYPES, pattern_changed, ArrayInterface
77

88
# Can't `using KLU` because cannot have a dependency in there without
99
# requiring the user does `using KLU`

0 commit comments

Comments
 (0)