mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
trying to fix build problems
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3de940423f
commit
6fac8aa40c
3 changed files with 6 additions and 4 deletions
|
@ -21,6 +21,7 @@ Revision History:
|
|||
|
||||
#include"rational.h"
|
||||
#include"theory_diff_logic_def.h"
|
||||
#include"sparse_matrix_def.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
@ -34,5 +35,5 @@ template class theory_diff_logic<srdl_ext>;
|
|||
|
||||
namespace simplex {
|
||||
template class simplex<mpq_ext>;
|
||||
|
||||
template class sparse_matrix<mpq_ext>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue