]> gitweb.factorcode.org Git - factor.git/commitdiff
assocs.extras: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 26 Sep 2012 22:34:31 +0000 (15:34 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 26 Sep 2012 22:34:31 +0000 (15:34 -0700)
extra/assocs/extras/extras.factor

index 43ae4121e72b57247d68f33c8ec538a4bfd43cf4..ac5150ad44bd7b2a6dc58537042aff821ff223b0 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2012 John Benediktsson, Doug Coleman
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: arrays assocs assocs.private kernel sequences ;
+USING: arrays assocs assocs.private kernel math sequences ;
 
 IN: assocs.extras