diff sema/AstAction.d @ 177:491b5fc4782a

Small fixes to type checks.
author Anders Johnsen <skabet@gmail.com>
date Thu, 24 Jul 2008 23:36:10 +0200
parents dc9bf56b7ace
children 29324df1d649
line wrap: on
line diff
--- a/sema/AstAction.d	Thu Jul 24 23:03:18 2008 +0200
+++ b/sema/AstAction.d	Thu Jul 24 23:36:10 2008 +0200
@@ -1,6 +1,7 @@
 module sema.AstAction;
 
-import Integer = tango.text.convert.Integer;
+import Integer = tango.text.convert.Integer,
+       tango.io.Stdout;
 
 import lexer.Token;