]> git.llucax.com Git - software/dgc/cdgc.git/commitdiff
Add missing import for DMD
authorLeandro Lucarella <llucax@gmail.com>
Sat, 29 May 2010 23:21:30 +0000 (20:21 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 9 Jun 2010 22:43:46 +0000 (19:43 -0300)
rt/gc/cdgc/bits.d

index 67eb2df19c5df2227224fb86d2d563407e49e3d7..275beb622db188445808a8870392d1fff1b32ecd 100644 (file)
@@ -34,6 +34,7 @@ private extern (C) void onOutOfMemoryError();
 version (DigitalMars)
 {
     version = bitops;
+    import std.intrinsic;
 }
 else version (GNU)
 {