summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmProf.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/StgCmmProf.hs')
-rw-r--r--compiler/codeGen/StgCmmProf.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/codeGen/StgCmmProf.hs b/compiler/codeGen/StgCmmProf.hs
index 434d7b50de..a91c4c0ed1 100644
--- a/compiler/codeGen/StgCmmProf.hs
+++ b/compiler/codeGen/StgCmmProf.hs
@@ -27,6 +27,8 @@ module StgCmmProf (
#include "HsVersions.h"
+import GhcPrelude
+
import StgCmmClosure
import StgCmmUtils
import StgCmmMonad