From 7cd13789dd9b9f9ccf8696ee95c8481888a34b30 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Tue, 29 Aug 2017 17:14:01 -0400 Subject: [PATCH] fix removed import --- src/compiler/Compiler.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/Compiler.jl b/src/compiler/Compiler.jl index ef65c483..7a30ef2e 100644 --- a/src/compiler/Compiler.jl +++ b/src/compiler/Compiler.jl @@ -3,8 +3,8 @@ module Compiler using MacroTools, DataFlow, DataFlow.Interpreter using DataFlow: graphm, syntax, prewalk!, postwalk!, prewalk, postwalk, - iscyclic, Constant, constant, isconstant, group, Split, splitnode, - detuple, value, inputs, thread!, value, inputs, Split, splitnode, inputnode, + iscyclic, Constant, constant, isconstant, group, Split, + detuple, value, inputs, thread!, value, inputs, inputnode, spliceinputs, bumpinputs, Line, Frame, applylines, graphinputs include("code.jl")