summaryrefslogtreecommitdiff
path: root/src/theory/theory_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_test_utils.h')
-rw-r--r--src/theory/theory_test_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/theory_test_utils.h b/src/theory/theory_test_utils.h
index dbb42f2bc..17b47d2d3 100644
--- a/src/theory/theory_test_utils.h
+++ b/src/theory/theory_test_utils.h
@@ -28,6 +28,7 @@
#include "theory/interrupted.h"
#include "theory/output_channel.h"
#include "util/proof.h"
+#include "util/resource_manager.h"
#include "util/unsafe_interrupt_exception.h"
namespace CVC4 {
@@ -67,7 +68,7 @@ public:
TestOutputChannel() {}
~TestOutputChannel() override {}
- void safePoint(uint64_t amount) override {}
+ void safePoint(ResourceManager::Resource r) override {}
void conflict(TNode n, std::unique_ptr<Proof> pf) override
{
push(CONFLICT, n);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback