From bd1f0cbc207b1f86a18d9e7f95826aff0a157f7d Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 4 Oct 2010 07:02:06 +0000 Subject: [PATCH] fixing CLN builds, which had broken the build tonight; will re-run regression script --- src/util/integer_cln_imp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/integer_cln_imp.h b/src/util/integer_cln_imp.h index a62aaa2e6..ee256867a 100644 --- a/src/util/integer_cln_imp.h +++ b/src/util/integer_cln_imp.h @@ -30,6 +30,8 @@ #include #include +#include "util/Assert.h" + namespace CVC4 { class Rational; -- 2.30.2