summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/cut_log.h2
-rw-r--r--src/theory/arith/delta_rational.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/arith/cut_log.h b/src/theory/arith/cut_log.h
index bbed13418..f4d392995 100644
--- a/src/theory/arith/cut_log.h
+++ b/src/theory/arith/cut_log.h
@@ -234,7 +234,7 @@ std::ostream& operator<<(std::ostream& os, const NodeLog& nl);
class ApproximateSimplex;
class TreeLog {
private:
- ApproximateSimplex* d_generator;
+ ApproximateSimplex* d_generator CVC4_UNUSED;
int next_exec_ord;
typedef std::map<int, NodeLog> ToNodeMap;
diff --git a/src/theory/arith/delta_rational.h b/src/theory/arith/delta_rational.h
index 5f67847d8..39d5a9d64 100644
--- a/src/theory/arith/delta_rational.h
+++ b/src/theory/arith/delta_rational.h
@@ -22,6 +22,7 @@
#include <ostream>
#include "base/exception.h"
+#include "base/cvc4_assert.h"
#include "util/integer.h"
#include "util/rational.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback