From 5e75a765a4950e570cb550b561f256d1a38578d8 Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Wed, 28 Oct 2009 17:25:00 -0500
Subject: [PATCH] fix using

---
 basis/opengl/debug/debug.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basis/opengl/debug/debug.factor b/basis/opengl/debug/debug.factor
index cd0985b1b0..22d40cddc5 100644
--- a/basis/opengl/debug/debug.factor
+++ b/basis/opengl/debug/debug.factor
@@ -1,6 +1,6 @@
 ! (c)2009 Joe Groff bsd license
 USING: accessors kernel namespaces parser tools.continuations
-ui.backend ui.gadgets.worlds words ;
+ui.backend ui.gadgets.worlds words sequences ;
 IN: opengl.debug
 
 SYMBOL: G-world