Add missing label require.

This commit is contained in:
Vincent St-Amour 2015-07-22 16:02:59 -05:00
parent 0864d5848b
commit 46a8506f99

View File

@ -502,6 +502,8 @@ for use in double hashing.}
@note-lib-only[racket/hash]
@(require (for-label racket/hash))
@(define the-eval (make-base-eval))
@(the-eval '(require racket/hash))