added missing require (as suggested by Matthew) so now pasting works.

original commit: 0a313888c4d7f0eec66eac2c9b2931b97cb35b94
This commit is contained in:
Robby Findler 2010-12-07 07:03:55 -06:00
parent 867670281c
commit b5bc84e5ac

View File

@ -10,7 +10,8 @@
"const.rkt" "const.rkt"
"../../syntax.rkt" "../../syntax.rkt"
"wndclass.rkt" "wndclass.rkt"
"hbitmap.rkt") "hbitmap.rkt"
"../common/local.rkt")
(provide (provide
(protect-out clipboard-driver% (protect-out clipboard-driver%