diff dwtexamples/controlexample/ToolBarTab.d @ 3:6e0b2c96d1fd

build with dwt-win
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Feb 2008 00:09:21 +0100
parents 052c3aebd1d3
children
line wrap: on
line diff
--- a/dwtexamples/controlexample/ToolBarTab.d	Fri Feb 01 21:56:15 2008 +0100
+++ b/dwtexamples/controlexample/ToolBarTab.d	Thu Feb 07 00:09:21 2008 +0100
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2007 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -33,6 +33,9 @@
 
 import dwtexamples.controlexample.Tab;
 import dwtexamples.controlexample.ControlExample;
+
+import dwt.dwthelper.utils;
+
 import tango.util.Convert;
 
 class ToolBarTab : Tab {