Skip to content

Commit 3c1e66d

Browse files
add missing using
1 parent d00d025 commit 3c1e66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using LinearSolve, LinearAlgebra, SparseArrays, MultiFloats, ForwardDiff
22
using SciMLOperators
3-
using IterativeSolvers, KrylovKit
3+
using IterativeSolvers, KrylovKit, MKL_jll
44
using Test
55
import Random
66

0 commit comments

Comments
 (0)