summaryrefslogtreecommitdiff
path: root/compiler/cmm/Debug.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cmm/Debug.hs')
-rw-r--r--compiler/cmm/Debug.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/cmm/Debug.hs b/compiler/cmm/Debug.hs
index 33595d8987..e5f86faaaf 100644
--- a/compiler/cmm/Debug.hs
+++ b/compiler/cmm/Debug.hs
@@ -22,6 +22,8 @@ module Debug (
UnwindExpr(..), toUnwindExpr
) where
+import GhcPrelude
+
import BlockId
import CLabel
import Cmm