added missing require (as suggested by Matthew) so now pasting works.
original commit: 0a313888c4d7f0eec66eac2c9b2931b97cb35b94
This commit is contained in:
parent
867670281c
commit
b5bc84e5ac
|
@ -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%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user