From 501629cf75bdd3cb912ea35a4a89dd69c6b5b0ae Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 27 Jul 2009 00:30:24 -0500 Subject: [PATCH] compiler.tree.propagation.info: fix load error --- basis/compiler/tree/propagation/info/info.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/tree/propagation/info/info.factor b/basis/compiler/tree/propagation/info/info.factor index f45fc2e18a..a2dec12279 100644 --- a/basis/compiler/tree/propagation/info/info.factor +++ b/basis/compiler/tree/propagation/info/info.factor @@ -3,7 +3,7 @@ USING: assocs classes classes.algebra classes.tuple classes.tuple.private kernel accessors math math.intervals namespaces sequences words combinators byte-arrays strings -arrays compiler.tree.propagation.copy ; +arrays layouts cpu.architecture compiler.tree.propagation.copy ; IN: compiler.tree.propagation.info : false-class? ( class -- ? ) \ f class<= ;