Skip to content

Commit 2fceffa

Browse files
Update Sundials.jl
1 parent 6ea6bae commit 2fceffa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Sundials.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ using Logging: Logging
2323
using SparseArrays: SparseArrays
2424
using LinearAlgebra: LinearAlgebra
2525

26+
27+
28+
import NonlinearSolveBase # Required for KINSOL definition to NonlinearSolve
2629
import LinearSolve # Required for initialization
30+
2731
using Libdl: Libdl
2832
using CEnum: CEnum, @cenum
2933

0 commit comments

Comments
 (0)