summaryrefslogtreecommitdiff
path: root/compiler/simplStg/SimplStg.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/simplStg/SimplStg.hs')
-rw-r--r--compiler/simplStg/SimplStg.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/simplStg/SimplStg.hs b/compiler/simplStg/SimplStg.hs
index 6c8b005d80..ad714ea4c8 100644
--- a/compiler/simplStg/SimplStg.hs
+++ b/compiler/simplStg/SimplStg.hs
@@ -10,6 +10,8 @@ module SimplStg ( stg2stg ) where
#include "HsVersions.h"
+import GhcPrelude
+
import StgSyn
import CostCentre ( CollectedCCs )