]> gitweb.factorcode.org Git - factor.git/commitdiff
add missing using
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Feb 2010 14:25:25 +0000 (08:25 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Feb 2010 14:25:25 +0000 (08:25 -0600)
basis/csv/csv-docs.factor

index 1796a029de7d407ebc18e5324b39fb8da4622afc..075b00eea2202bf6a8297eefadb570dc6ac8e678 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.syntax help.markup kernel prettyprint sequences
-io.pathnames ;
+io.pathnames strings ;
 IN: csv
 
 HELP: csv