summaryrefslogtreecommitdiff
path: root/compiler/simplStg/StgStats.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/simplStg/StgStats.hs')
-rw-r--r--compiler/simplStg/StgStats.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/simplStg/StgStats.hs b/compiler/simplStg/StgStats.hs
index 3f75ae23fa..712ec2d22e 100644
--- a/compiler/simplStg/StgStats.hs
+++ b/compiler/simplStg/StgStats.hs
@@ -27,6 +27,8 @@ module StgStats ( showStgStats ) where
#include "HsVersions.h"
+import GhcPrelude
+
import StgSyn
import Id (Id)