Skip to content

Commit 32329dd

Browse files
authored
fix missing import of pattern_changed
1 parent 051ed6b commit 32329dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveSparseArraysExt.jl

+1-1
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
6+
using LinearSolve: BLASELTYPES, pattern_changed
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)