graphviz.render: needs to USE: io.files.temp.

locals-and-roots
John Benediktsson 2016-03-18 18:46:16 -07:00
parent 2518ce23b4
commit d56b0cbf23
1 changed files with 3 additions and 3 deletions

View File

@ -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
<PRIVATE