mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 13:21:22 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ba1630f380
commit
a88daf246e
1 changed files with 3 additions and 1 deletions
|
@ -45,9 +45,11 @@ namespace sls {
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "ast/sls/sls_smt_plugin.h"
|
#include "ast/sls/sls_smt_plugin.h"
|
||||||
class context;
|
|
||||||
|
|
||||||
namespace smt {
|
namespace smt {
|
||||||
|
class context;
|
||||||
|
|
||||||
class theory_sls : public smt::theory, public sls::smt_context {
|
class theory_sls : public smt::theory, public sls::smt_context {
|
||||||
model_ref m_model;
|
model_ref m_model;
|
||||||
sls::smt_plugin* m_smt_plugin = nullptr;
|
sls::smt_plugin* m_smt_plugin = nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue