3
0
Fork 0
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:
Nikolaj Bjorner 2014-03-21 15:11:30 -07:00
parent 143f8af3f8
commit 3de940423f

View file

@ -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>;
};