Skip to content

Commit

Permalink
Update src/DiffEqBase.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Holy <tim.holy@gmail.com>
  • Loading branch information
ChrisRackauckas and timholy authored Aug 9, 2021
1 parent fd74df4 commit e587514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DiffEqBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ include("internal_euler.jl")
include("init.jl")
include("forwarddiff.jl")
include("chainrules.jl")
include("precompile.jl")
if Base.VERSION >= v"1.4.2"
include("precompile.jl")
end

"""
$(TYPEDEF)
Expand Down

0 comments on commit e587514

Please sign in to comment.