summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcSigs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcSigs.hs')
-rw-r--r--compiler/typecheck/TcSigs.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/typecheck/TcSigs.hs b/compiler/typecheck/TcSigs.hs
index 3aa16a83f5..9d03576ae0 100644
--- a/compiler/typecheck/TcSigs.hs
+++ b/compiler/typecheck/TcSigs.hs
@@ -31,6 +31,7 @@ import GHC.Hs
import TcHsType
import TcRnTypes
import TcRnMonad
+import TcOrigin
import TcType
import TcMType
import TcValidity ( checkValidType )