Fix Trac #2310: result type signatures are not supported any more
[ghc-hetmet.git] / compiler / nativeGen / PprMach.hs
index 1995cd0..0c14ff8 100644 (file)
@@ -26,6 +26,7 @@ module PprMach (
 
 #include "HsVersions.h"
 
+import BlockId
 import Cmm
 import MachOp          ( MachRep(..), wordRep, isFloatingRep )
 import MachRegs                -- may differ per-platform