fix load error in assoc-heaps

db4
Doug Coleman 2008-12-16 03:19:11 -06:00
parent fd3fcf8933
commit 7ef5addd4c
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: help.markup help.syntax io.streams.string ;
USING: help.markup help.syntax io.streams.string assocs
heaps.private ;
IN: assoc-heaps
HELP: <assoc-heap>