summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index f364885c2..e6bdbfba0 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -23,7 +23,7 @@
#include "theory/theory.h"
#include "context/context.h"
#include "context/cdlist.h"
-#include "context/cdset.h"
+#include "context/cdhashset.h"
#include "expr/node.h"
#include "theory/arith/arith_utilities.h"
@@ -183,7 +183,7 @@ private:
/**
* List of all of the inequalities asserted in the current context.
*/
- context::CDSet<Node, NodeHashFunction> d_diseq;
+ context::CDHashSet<Node, NodeHashFunction> d_diseq;
/**
* Manages information about the assignment and upper and lower bounds on
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback