summaryrefslogtreecommitdiff
path: root/src/theory/arrays/union_find.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/union_find.cpp')
-rw-r--r--src/theory/arrays/union_find.cpp2
1 files changed, 1 insertions, 1 deletions
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