summaryrefslogtreecommitdiff
path: root/src/theory/uf
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf')
-rw-r--r--src/theory/uf/ecdata.h2
-rw-r--r--src/theory/uf/theory_uf.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/uf/ecdata.h b/src/theory/uf/ecdata.h
index 735712cdc..199b09164 100644
--- a/src/theory/uf/ecdata.h
+++ b/src/theory/uf/ecdata.h
@@ -21,6 +21,7 @@
#include "expr/node.h"
#include "context/context.h"
+#include "context/cdo.h"
#include "context/context_mm.h"
namespace CVC4 {
@@ -105,7 +106,6 @@ private:
*/
ECData* d_find;
-
/**
* This is pointer back to the node that represents this equivalence class.
*
diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h
index d432d733f..3753bd78a 100644
--- a/src/theory/uf/theory_uf.h
+++ b/src/theory/uf/theory_uf.h
@@ -30,6 +30,7 @@
#include "theory/theory.h"
#include "context/context.h"
+#include "context/cdlist.h"
#include "theory/uf/ecdata.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback