summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index ca39001fe..0bca372ca 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -22,10 +22,11 @@
#define __CVC4__THEORY_ENGINE_H
#include "expr/node.h"
-#include "theory/theory.h"
-#include "theory/theoryof_table.h"
#include "prop/prop_engine.h"
+#include "smt/options.h"
#include "theory/shared_term_manager.h"
+#include "theory/theory.h"
+#include "theory/theoryof_table.h"
#include "util/stats.h"
namespace CVC4 {
@@ -206,7 +207,7 @@ public:
/**
* Construct a theory engine.
*/
- TheoryEngine(context::Context* ctxt, const Options* opts);
+ TheoryEngine(context::Context* ctxt, const Options& opts);
/**
* Destroy a theory engine.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback