diff dwt/dwthelper/utils.d @ 122:2e671fa40eec

Ported dwt.dnd, dwt.opengl, dwt.printing and dwt.program
author Jacob Carlborg <doob@me.com>
date Wed, 31 Dec 2008 21:01:13 +0100
parents d32621bf0f90
children 63a09873578e
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Wed Dec 31 16:50:37 2008 +0100
+++ b/dwt/dwthelper/utils.d	Wed Dec 31 21:01:13 2008 +0100
@@ -34,6 +34,8 @@
 import tango.text.UnicodeData;
 static import tango.util.collection.model.Seq;
 
+static import dwt.dwthelper.array;
+
 alias bool boolean;
 alias char[] String;
 alias tango.text.Text.Text!(char) StringBuffer;