diff dmd/OutBuffer.d @ 34:544b922227c7

update to work with dmd 2.048
author korDen
date Sat, 21 Aug 2010 05:46:08 +0400
parents 832f71e6f96c
children ee3a9f34dc48
line wrap: on
line diff
--- a/dmd/OutBuffer.d	Sat Aug 21 05:45:28 2010 +0400
+++ b/dmd/OutBuffer.d	Sat Aug 21 05:46:08 2010 +0400
@@ -1,7 +1,7 @@
 module dmd.OutBuffer;
 
 import std.stdarg;
-import std.contracts;
+import std.exception;
 
 import core.stdc.stdlib;
 import core.stdc.string;