Skip to content

Commit 9c667c4

Browse files
Update OrdinaryDiffEq.jl
1 parent 7e69639 commit 9c667c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrdinaryDiffEq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ using NonlinearSolve
6666

6767
# Required by temporary fix in not in-place methods with 12+ broadcasts
6868
# `MVector` is used by Nordsieck forms
69-
import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA
69+
import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA, StaticMatrix
7070

7171
# Integrator Interface
7272
import DiffEqBase: resize!, deleteat!, addat!, full_cache, user_cache, u_cache, du_cache,

0 commit comments

Comments
 (0)