summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg/FVs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Stg/FVs.hs')
-rw-r--r--compiler/GHC/Stg/FVs.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Stg/FVs.hs b/compiler/GHC/Stg/FVs.hs
index 7fd7a3cae6..211a0cb315 100644
--- a/compiler/GHC/Stg/FVs.hs
+++ b/compiler/GHC/Stg/FVs.hs
@@ -50,6 +50,7 @@ import GHC.Types.Var.Set
import GHC.Core ( Tickish(Breakpoint) )
import GHC.Utils.Outputable
import GHC.Utils.Misc
+import GHC.Utils.Panic
import Data.Maybe ( mapMaybe )