From b321d5a33da0afe37944e65ce71bcc92b015d11c Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Mon, 11 Feb 2008 17:47:29 -0800 Subject: [PATCH] Add missing sequences.lib USE to bunny demo --- extra/bunny/model/model.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/bunny/model/model.factor b/extra/bunny/model/model.factor index b238bd8b99..1e14449ae1 100644 --- a/extra/bunny/model/model.factor +++ b/extra/bunny/model/model.factor @@ -3,7 +3,7 @@ math.vectors math.matrices math.parser io io.files kernel opengl opengl.gl opengl.glu opengl.capabilities shuffle http.client vectors splitting tools.time system combinators combinators.lib combinators.cleave -float-arrays continuations namespaces ; +float-arrays continuations namespaces sequences.lib ; IN: bunny.model : numbers ( str -- seq )