summaryrefslogtreecommitdiff
path: root/src/theory/arrays
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays')
-rw-r--r--src/theory/arrays/static_fact_manager.cpp2
-rw-r--r--src/theory/arrays/union_find.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arrays/static_fact_manager.cpp b/src/theory/arrays/static_fact_manager.cpp
index dfa32418f..8e4335213 100644
--- a/src/theory/arrays/static_fact_manager.cpp
+++ b/src/theory/arrays/static_fact_manager.cpp
@@ -21,7 +21,7 @@
#include <iostream>
#include "theory/arrays/static_fact_manager.h"
-#include "util/Assert.h"
+#include "util/cvc4_assert.h"
#include "expr/node.h"
using namespace std;
diff --git a/src/theory/arrays/union_find.cpp b/src/theory/arrays/union_find.cpp
index 57fd412e4..408bb64ac 100644
--- a/src/theory/arrays/union_find.cpp
+++ b/src/theory/arrays/union_find.cpp
@@ -21,7 +21,7 @@
#include <iostream>
#include "theory/arrays/union_find.h"
-#include "util/Assert.h"
+#include "util/cvc4_assert.h"
#include "expr/node.h"
using namespace std;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback