summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-04 05:50:19 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-04 05:50:19 +0000
commit2b9d71511a18251d378157161607e05dd911249b (patch)
tree27e4f280c8a0a134d1a0f787616100a5bc321539 /src/expr
parent7719416c6698cdc49b7a0d2d62b4472ef815a487 (diff)
re-add a dependency to fix compile warnings
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/expr_manager_template.h4
1 files changed, 2 insertions, 2 deletions
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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback