summaryrefslogtreecommitdiff
path: root/src/theory/bags/theory_bags.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/theory_bags.cpp')
-rw-r--r--src/theory/bags/theory_bags.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/bags/theory_bags.cpp b/src/theory/bags/theory_bags.cpp
index bea83ce40..933f1b1a1 100644
--- a/src/theory/bags/theory_bags.cpp
+++ b/src/theory/bags/theory_bags.cpp
@@ -14,6 +14,7 @@
#include "theory/bags/theory_bags.h"
+#include "expr/proof_checker.h"
#include "smt/logic_exception.h"
#include "theory/bags/normal_form.h"
#include "theory/rewriter.h"
@@ -50,6 +51,8 @@ TheoryBags::~TheoryBags() {}
TheoryRewriter* TheoryBags::getTheoryRewriter() { return &d_rewriter; }
+ProofRuleChecker* TheoryBags::getProofChecker() { return nullptr; }
+
bool TheoryBags::needsEqualityEngine(EeSetupInfo& esi)
{
esi.d_notify = &d_notify;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback