From 93aa8669c40abf2c6265dcc372885ea48ba962b7 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 26 Apr 2008 18:44:51 -0500 Subject: [PATCH] fix load error --- extra/db/sql/sql.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/db/sql/sql.factor b/extra/db/sql/sql.factor index 4561424a9d..184c45f8b1 100755 --- a/extra/db/sql/sql.factor +++ b/extra/db/sql/sql.factor @@ -1,4 +1,4 @@ -USING: kernel parser quotations classes.tuple words +USING: kernel parser quotations classes.tuple words math.order namespaces.lib namespaces sequences arrays combinators prettyprint strings math.parser sequences.lib math symbols ; USE: tools.walker