Fixed missing '#include "HsVersions.h"'
authorMichael D. Adams <t-madams@microsoft.com>
Wed, 23 May 2007 11:28:30 +0000 (11:28 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Wed, 23 May 2007 11:28:30 +0000 (11:28 +0000)
compiler/cmm/CmmLive.hs

index 771d476..8d13505 100644 (file)
@@ -4,6 +4,8 @@ module CmmLive (
         cmmFormalsToLiveLocals
   ) where
 
+#include "HsVersions.h"
+
 import Cmm
 import Dataflow