summaryrefslogtreecommitdiff
path: root/src/compat/cvc3_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/cvc3_compat.h')
-rw-r--r--src/compat/cvc3_compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compat/cvc3_compat.h b/src/compat/cvc3_compat.h
index b4c9cba3e..1e4511ba5 100644
--- a/src/compat/cvc3_compat.h
+++ b/src/compat/cvc3_compat.h
@@ -60,6 +60,8 @@
#include "util/exception.h"
#include "util/hash.h"
+#include "parser/parser.h"
+
#include <stdlib.h>
#include <map>
#include <utility>
@@ -462,6 +464,7 @@ class CVC4_PUBLIC ValidityChecker {
CVC4::Options d_options;
CVC4::ExprManager* d_em;
CVC4::SmtEngine* d_smt;
+ CVC4::parser::Parser* d_parserContext;
ValidityChecker(const CLFlags& clflags);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback