Skip to content

Commit

Permalink
Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed May 26, 2023
1 parent d0f76a3 commit 0643b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ProfileLikelihood.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ SciMLBase.sym_to_index(vars::Integer, prof::ProfileLikelihoodSolution) = vars

@static if !isdefined(Base, :get_extension)
using Requires
end

@static if !isdefined(Base, :get_extension)
function __init__()
@require Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" include("../ext/ProfileLikelihodMakieExt.jl")
@require DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df" include("../ext/ProfileLikelihoodDelaunayTriangulationExt.jl")
Expand Down

0 comments on commit 0643b1a

Please sign in to comment.