We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d9ac2 commit 7cd21b9Copy full SHA for 7cd21b9
src/ForwardDiff.jl
@@ -23,7 +23,7 @@ include("jacobian.jl")
23
include("hessian.jl")
24
25
if !isdefined(Base, :get_extension)
26
- include("../ext/StaticArraysExt.jl")
+ include("../ext/ForwardDiffStaticArraysExt.jl")
27
end
28
29
export DiffResults
0 commit comments