From d56b0cbf23bf59202a820e03b01acef0519f376e Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 18 Mar 2016 18:46:16 -0700 Subject: [PATCH] graphviz.render: needs to USE: io.files.temp. --- extra/graphviz/render/render.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/graphviz/render/render.factor b/extra/graphviz/render/render.factor index 1595ef4ea7..e013bd6b6e 100644 --- a/extra/graphviz/render/render.factor +++ b/extra/graphviz/render/render.factor @@ -3,9 +3,9 @@ USING: calendar combinators compiler.units continuations graphviz.dot images.viewer io.backend io.directories io.encodings.8-bit.latin1 io.encodings.utf8 io.files -io.files.unique io.launcher io.standard-paths kernel locals make -namespaces sequences summary system threads unicode.case vocabs -webbrowser words ; +io.files.temp io.files.unique io.launcher io.standard-paths +kernel locals make namespaces sequences summary system threads +unicode.case vocabs webbrowser words ; IN: graphviz.render