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:21:03 -07:00
parent 6fac8aa40c
commit 8476a12c0f

View file

@ -25,6 +25,14 @@ Notes:
#include "uint_set.h"
#include "smt_model_generator.h"
#include "pb_rewriter_def.h"
#include "sparse_matrix_def.h"
#include "simplex_def.h"
namespace simplex {
template class simplex<mpq_ext>;
template class sparse_matrix<mpq_ext>;
};
namespace smt {