From 8d462b1a7c29af5465cf8346050f47dedf94e1f8 Mon Sep 17 00:00:00 2001
From: Doug Coleman <erg@jjjj.local>
Date: Thu, 10 Jan 2008 10:50:32 -1000
Subject: [PATCH] add using

---
 extra/benchmark/bootstrap2/bootstrap2.factor | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/extra/benchmark/bootstrap2/bootstrap2.factor b/extra/benchmark/bootstrap2/bootstrap2.factor
index f6c5800185..b56b36ac41 100644
--- a/extra/benchmark/bootstrap2/bootstrap2.factor
+++ b/extra/benchmark/bootstrap2/bootstrap2.factor
@@ -1,4 +1,5 @@
-USING: tools.deploy.private io.files system ;
+USING: tools.deploy.private io.files system
+tools.deploy.backend ;
 IN: benchmark.bootstrap2
 
 : bootstrap-benchmark