diff --git a/src/Plots.jl b/src/Plots.jl index 38219b1c..0fee5a51 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -250,4 +250,6 @@ end const CURRENT_BACKEND = CurrentBackend(:none) +include("precompile_includer.jl") + end # module