From 43ab3f4cd1aa5549cb1aa3c20a2d589614bcb8fc Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Wed, 30 Oct 2019 15:27:10 -0700 Subject: Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366) --- src/expr/array_store_all.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expr/array_store_all.cpp') diff --git a/src/expr/array_store_all.cpp b/src/expr/array_store_all.cpp index eff2c2151..f2d9a35a9 100644 --- a/src/expr/array_store_all.cpp +++ b/src/expr/array_store_all.cpp @@ -20,7 +20,7 @@ #include -#include "base/cvc4_assert.h" +#include "base/check.h" #include "expr/expr.h" #include "expr/type.h" -- cgit v1.2.3