Skip to content

Commit a9a89f3

Browse files
add using DiffEqBase for v0.5
1 parent 46e76a7 commit a9a89f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RandomMatrices.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using Combinatorics
44
using Compat
55
using GSL
66
using OrdinaryDiffEq
7+
using DiffEqBase # This line is only needed on v0.5, and comes free from OrdinaryDiffEq on v0.6
78

89
import Base: isinf, rand
910
import Distributions: ContinuousUnivariateDistribution,

0 commit comments

Comments
 (0)