mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
fix build errors on ubuntu and gcc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5098089ee1
commit
7cb9e7381d
13 changed files with 38 additions and 43 deletions
|
@ -85,6 +85,7 @@ namespace smt {
|
|||
class theory_horn_ineq : public theory, private Ext {
|
||||
|
||||
typedef typename Ext::numeral numeral;
|
||||
typedef typename Ext::inf_numeral inf_numeral;
|
||||
typedef literal explanation;
|
||||
typedef theory_var th_var;
|
||||
typedef svector<th_var> th_var_vector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue