summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.ml')
-rw-r--r--src/main.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.ml b/src/main.ml
index 3772e7ac..67db362e 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -9,6 +9,7 @@ module TA = TypesAnalysis
module P = Pure
open SymbolicAstUtils
open PrintSymbolicAst
+open SymbolicToPure
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work.