summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-20 20:10:43 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-20 20:10:43 +0000
commitcb56555734b5139f779e65cc6e628124ac6796e6 (patch)
tree50b61ea132c4a9340dcf2c5d0fbe3f15060f8e95 /src/expr
parentcd98370b338a0cc5343067151884a06431a1d92c (diff)
fix to expr #includes; better test-environment configuration
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/expr_value.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/expr/expr_value.h b/src/expr/expr_value.h
index 88984d286..e0451f7a6 100644
--- a/src/expr/expr_value.h
+++ b/src/expr/expr_value.h
@@ -14,11 +14,14 @@
** reference count on ExprValue instances and
**/
+/* this must be above the check for __CVC4__EXPR__EXPR_VALUE_H */
+/* to resolve a circular dependency */
+#include "cvc4_expr.h"
+
#ifndef __CVC4__EXPR__EXPR_VALUE_H
#define __CVC4__EXPR__EXPR_VALUE_H
#include <stdint.h>
-#include "cvc4_expr.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback