summaryrefslogtreecommitdiff
path: root/src/GF/Command
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Command')
-rw-r--r--src/GF/Command/Parse.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Command/Parse.hs b/src/GF/Command/Parse.hs
index eaf4cba84..85a351ead 100644
--- a/src/GF/Command/Parse.hs
+++ b/src/GF/Command/Parse.hs
@@ -1,5 +1,6 @@
module GF.Command.Parse(readCommandLine, pCommand) where
+import PGF.CId
import PGF.Expr
import PGF.Data(Tree)
import GF.Command.Abstract