From 99d8520dda5abf1d0699a88ce967e2c83826b5ad Mon Sep 17 00:00:00 2001 From: Chris Double Date: Sun, 4 Sep 2005 01:14:46 +0000 Subject: [PATCH] Add gadgets-layouts USE for 0.77 changes --- contrib/concurrency/concurrency-examples.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/concurrency/concurrency-examples.factor b/contrib/concurrency/concurrency-examples.factor index 279141ddc0..705a8492a7 100644 --- a/contrib/concurrency/concurrency-examples.factor +++ b/contrib/concurrency/concurrency-examples.factor @@ -158,6 +158,7 @@ M: crash-command run-rpc-command ( command -- shutdown? result ) USE: gadgets USE: gadgets-labels USE: gadgets-presentations +USE: gadgets-layouts USE: generic TUPLE: promised-label promise ;