summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/FloatIn.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Opt/FloatIn.hs')
-rw-r--r--compiler/GHC/Core/Opt/FloatIn.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Core/Opt/FloatIn.hs b/compiler/GHC/Core/Opt/FloatIn.hs
index 2feef8a617..bbee9bb128 100644
--- a/compiler/GHC/Core/Opt/FloatIn.hs
+++ b/compiler/GHC/Core/Opt/FloatIn.hs
@@ -23,6 +23,7 @@ import GHC.Platform
import GHC.Core
import GHC.Core.Opt.Arity( isOneShotBndr )
+import GHC.Core.Annotated
import GHC.Core.Make hiding ( wrapFloats )
import GHC.Core.Utils
import GHC.Core.FVs