From 14aff054631efd9c18e58b2e8ffbb1cdd5aac73a Mon Sep 17 00:00:00 2001 From: Sascha Matzke Date: Fri, 1 May 2009 16:06:18 +0200 Subject: [PATCH] fixed missing use --- extra/mongodb/mmm/mmm.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mongodb/mmm/mmm.factor b/extra/mongodb/mmm/mmm.factor index 467070859e..25c4c88203 100644 --- a/extra/mongodb/mmm/mmm.factor +++ b/extra/mongodb/mmm/mmm.factor @@ -1,6 +1,6 @@ USING: accessors fry io io.encodings.binary io.servers.connection io.sockets io.streams.byte-array kernel math mongodb.msg classes formatting -namespaces prettyprint tools.walker calendar calendar.format +namespaces prettyprint tools.walker calendar calendar.format bson.writer.private json.writer mongodb.operations.private mongodb.operations ; IN: mongodb.mmm