summaryrefslogtreecommitdiff
path: root/src/InterpreterUtils.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/InterpreterUtils.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index 6aa3199b..fd596fd3 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -6,6 +6,7 @@ module E = Expressions
module C = Contexts
module Subst = Substitute
module A = CfimAst
+module L = Logging
open Utils
open TypesUtils
module PA = Print.EvalCtxCfimAst