summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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