3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 06:45:25 +00:00

fix include paths

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-08-05 13:49:26 -07:00
parent 60110bb289
commit a3c692c05f
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ Copyright (c) 2016 Microsoft Corporation
#include "tactic/bv/dt2bv_tactic.h"
#include "tactic/tactic.h"
#include "model/model_smt2_pp.h"
#include "tactic/portfolio/fd_solver.h"
#include "tactic/fd_solver/fd_solver.h"
static expr_ref mk_const(ast_manager& m, char const* name, sort* s) {
return expr_ref(m.mk_const(symbol(name), s), m);