From c49dd8a78fcceeef058126797e6bbe44d23b6804 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 28 Sep 2012 20:14:40 +0000 Subject: rename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert.cpp -- we need to make it unambiguous for case-insensitive filesystems like on Mac. Fixes Mac builds --- src/theory/arrays/union_find.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/arrays/union_find.cpp') 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 #include "theory/arrays/union_find.h" -#include "util/Assert.h" +#include "util/cvc4_assert.h" #include "expr/node.h" using namespace std; -- cgit v1.2.3