diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/GHC/Runtime/Heap/Inspect.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Runtime/Heap/Inspect.hs b/compiler/GHC/Runtime/Heap/Inspect.hs index ea682702c6..57ca757d3f 100644 --- a/compiler/GHC/Runtime/Heap/Inspect.hs +++ b/compiler/GHC/Runtime/Heap/Inspect.hs @@ -62,6 +62,7 @@ import GHC.Utils.Outputable as Ppr import GHC.Utils.Panic import GHC.Char import GHC.Exts.Heap +import GHC.Exts.Heap.InfoTable.Types import GHC.Runtime.Heap.Layout ( roundUpTo ) import GHC.IO (throwIO) |