summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_strategy_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/inst_strategy_pool.h')
-rw-r--r--src/theory/quantifiers/inst_strategy_pool.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/quantifiers/inst_strategy_pool.h b/src/theory/quantifiers/inst_strategy_pool.h
index acdc0010b..1f79717af 100644
--- a/src/theory/quantifiers/inst_strategy_pool.h
+++ b/src/theory/quantifiers/inst_strategy_pool.h
@@ -18,6 +18,7 @@
#ifndef CVC5__THEORY__QUANTIFIERS__INST_STRATEGY_POOL_H
#define CVC5__THEORY__QUANTIFIERS__INST_STRATEGY_POOL_H
+#include "smt/env_obj.h"
#include "theory/quantifiers/quant_module.h"
namespace cvc5 {
@@ -38,7 +39,8 @@ namespace quantifiers {
class InstStrategyPool : public QuantifiersModule
{
public:
- InstStrategyPool(QuantifiersState& qs,
+ InstStrategyPool(Env& env,
+ QuantifiersState& qs,
QuantifiersInferenceManager& qim,
QuantifiersRegistry& qr,
TermRegistry& tr);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback