From 30c683b20198d62d598fc30acb8aabe522216222 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 2 Jul 2020 13:50:26 +0200 Subject: [PATCH] include prercompile_includer.jl manually --- src/Plots.jl | 2 ++ 1 file changed, 2 insertions(+) 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