From 8bc28d472fd0c85c18e37049a5044a88d89ce3c2 Mon Sep 17 00:00:00 2001 From: CarloLucibello Date: Sat, 24 Mar 2018 19:12:18 -0400 Subject: [PATCH] import filter --- src/Plots.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plots.jl b/src/Plots.jl index 222270cb..d4f4c50f 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -15,6 +15,7 @@ using Base.Meta import Showoff import StatsBase import JSON +import Base.Iterators: filter using Requires