summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
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