From 33603b9a28188cfefb0cf0a761f76452efbdabbc Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 5 Jul 2008 03:47:15 -0500 Subject: [PATCH] Fix benchmark load errors --- extra/benchmark/dispatch1/dispatch1.factor | 2 +- extra/benchmark/dispatch5/dispatch5.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/benchmark/dispatch1/dispatch1.factor b/extra/benchmark/dispatch1/dispatch1.factor index 1c8701f73f..430162892d 100644 --- a/extra/benchmark/dispatch1/dispatch1.factor +++ b/extra/benchmark/dispatch1/dispatch1.factor @@ -1,4 +1,4 @@ -USING: classes kernel sequences vocabs math ; +USING: classes classes.tuple kernel sequences vocabs math ; IN: benchmark.dispatch1 GENERIC: g ( obj -- obj ) diff --git a/extra/benchmark/dispatch5/dispatch5.factor b/extra/benchmark/dispatch5/dispatch5.factor index 727d288765..8b6bd76f3a 100755 --- a/extra/benchmark/dispatch5/dispatch5.factor +++ b/extra/benchmark/dispatch5/dispatch5.factor @@ -1,4 +1,4 @@ -USING: classes kernel sequences vocabs math ; +USING: classes classes.tuple kernel sequences vocabs math ; IN: benchmark.dispatch5 MIXIN: g