diff --git a/collects/htdch/draw/installer.ss b/collects/htdch/draw/installer.ss index c881daa553..617d2def38 100644 --- a/collects/htdch/draw/installer.ss +++ b/collects/htdch/draw/installer.ss @@ -1,6 +1,7 @@ (module installer mzscheme (require (lib "compile.ss" "profj") - (prefix colors: (lib "installer.ss" "htdch" "colors"))) + (prefix colors: (lib "installer.ss" "htdch" "colors")) + (prefix geometry: (lib "installer.ss" "htdch" "geometry"))) (provide installer) (define (mprintf . a) @@ -8,6 +9,7 @@ (define (installer plthome) (colors:installer plthome) + (geometry:installer plthome) (let ((draw-path (build-path (collection-path "htdch" "draw")))) (let ((javac (lambda (file)