changeset 224:ac1c09c92858

missing imports
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 09:15:48 +0200
parents d0081b1505da
children 5366f8db1eda
files dwt/dwthelper/XmlTranscode.d
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/dwthelper/XmlTranscode.d	Thu Apr 10 08:58:40 2008 +0200
+++ b/dwt/dwthelper/XmlTranscode.d	Thu Apr 10 09:15:48 2008 +0200
@@ -1,5 +1,8 @@
 module dwt.dwthelper.XmlTranscode;
 
+import dwt.dwthelper.utils;
+import tango.core.Exception;
+
 /++
  + Decode XML entities into UTF8 string.
  + Eg. "&amp;" -> "&", "&#38;" -> "&", "&#x26;" -> "&"