diff dwt/widgets/Widget.d @ 46:8015c460f713

Synchronizer
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Jan 2008 07:11:08 +0100
parents dfcb4aee42d4
children 8e9ea24111fd
line wrap: on
line diff
--- a/dwt/widgets/Widget.d	Fri Jan 11 06:46:36 2008 +0100
+++ b/dwt/widgets/Widget.d	Fri Jan 11 07:11:08 2008 +0100
@@ -25,6 +25,7 @@
 
 import tango.stdc.stringz;
 import tango.stdc.string;
+import tango.core.Thread;
 
 /**
  * This class is the abstract superclass of all user interface objects.