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
143f8af3f8
commit
3de940423f
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ template class theory_diff_logic<idl_ext>;
|
|||
template class theory_diff_logic<sidl_ext>;
|
||||
template class theory_diff_logic<rdl_ext>;
|
||||
template class theory_diff_logic<srdl_ext>;
|
||||
template class simplex::simplex<simplex::mpq_ext>;
|
||||
|
||||
|
||||
};
|
||||
|
||||
namespace simplex {
|
||||
template class simplex<mpq_ext>;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue