diff dmd/StringExp.d @ 22:fd4acc376c45

Implemented object file output and linking on linux.
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 08 Apr 2010 04:21:03 +0100
parents 1628b221808d
children ccbc1e0bb3f0
line wrap: on
line diff
--- a/dmd/StringExp.d	Wed Apr 07 00:51:29 2010 +0100
+++ b/dmd/StringExp.d	Thu Apr 08 04:21:03 2010 +0100
@@ -10,6 +10,7 @@
 import dmd.TypeDArray;
 import dmd.Type;
 import dmd.TOK;
+import dmd.Module;
 import dmd.OutBuffer;
 import dmd.Loc;
 import dmd.Scope;