summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-07-28 22:57:36 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-07-28 22:57:36 +0000
commit88766918615793536224bf50d0bb70ec9f9efd93 (patch)
tree5a038bb2c17199f43d7a422063751bc3839b7388 /src/expr/node.h
parentd2787f41e72184fbdf2619d3c0466bed9b6211be (diff)
Forcing a type check on Node construction in debug mode (Fixes: #188)
NOTE: mkNode/mkExpr/parsing functions can now throw type checking exceptions
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index 4b1a0e5be..222185e8c 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -34,6 +34,7 @@
#include "expr/metakind.h"
#include "expr/expr.h"
#include "util/Assert.h"
+#include "util/configuration.h"
#include "util/output.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback