Include HsVersions.h where necessary
[ghc-hetmet.git] / compiler / nativeGen / PprMach.hs
index 64fa024..a9621d4 100644 (file)
@@ -24,6 +24,8 @@ module PprMach (
        pprInstr, pprSize, pprUserReg
   ) where
 
+#include "HsVersions.h"
+
 import Cmm
 import MachOp          ( MachRep(..), wordRep, isFloatingRep )
 import MachRegs                -- may differ per-platform