From: Morgan Deters Date: Mon, 4 Oct 2010 05:50:19 +0000 (+0000) Subject: re-add a dependency to fix compile warnings X-Git-Tag: cvc5-1.0.0~8830 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b9d71511a18251d378157161607e05dd911249b;p=cvc5.git re-add a dependency to fix compile warnings --- diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h index 70f4f8453..8e02c8ca4 100644 --- a/src/expr/expr_manager_template.h +++ b/src/expr/expr_manager_template.h @@ -25,6 +25,7 @@ #include "expr/kind.h" #include "expr/type.h" +#include "expr/expr.h" ${includes} @@ -32,12 +33,11 @@ ${includes} // compiler directs the user to the template file instead of the // generated one. We don't want the user to modify the generated one, // since it'll get overwritten on a later build. -#line 36 "${template}" +#line 37 "${template}" namespace CVC4 { class Expr; -class TypeCheckingException; class SmtEngine; class NodeManager;