summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-22 07:40:23 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-22 07:40:23 +0000
commit6bdd652a8511df2f341b30daec60d5402986ed5b (patch)
tree0f506a4d2993f9d9cae70420af3cb58b3ca6b784 /src/expr/expr.h
parent69d6fcbf56ed823461189f2488e5c2b2f44dca02 (diff)
resolve bug 32; public-facing interface functions in expr package must set current NodeManager
Diffstat (limited to 'src/expr/expr.h')
-rw-r--r--src/expr/expr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/expr/expr.h b/src/expr/expr.h
index 0943c13e4..dd4d0e9d7 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -13,11 +13,13 @@
** Public-facing expression interface.
**/
+// circular dependency: force expr_manager.h first
+#include "expr/expr_manager.h"
+
#ifndef __CVC4__EXPR_H
#define __CVC4__EXPR_H
#include "cvc4_config.h"
-#include "expr/expr_manager.h"
#include <string>
#include <iostream>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback