summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmArgRep.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/StgCmmArgRep.hs')
-rw-r--r--compiler/codeGen/StgCmmArgRep.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/codeGen/StgCmmArgRep.hs b/compiler/codeGen/StgCmmArgRep.hs
index 969e14f79e..2ea04079d0 100644
--- a/compiler/codeGen/StgCmmArgRep.hs
+++ b/compiler/codeGen/StgCmmArgRep.hs
@@ -15,6 +15,8 @@ module StgCmmArgRep (
) where
+import GhcPrelude
+
import StgCmmClosure ( idPrimRep )
import SMRep ( WordOff )