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:17:50 -07:00
parent 3de940423f
commit 6fac8aa40c
3 changed files with 6 additions and 4 deletions

View file

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