mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix compilation errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5f245de36d
commit
ede9549818
9 changed files with 16 additions and 6 deletions
|
@ -55,7 +55,9 @@ namespace smt {
|
|||
else if (is_numeral(a, t2)) {
|
||||
todo.push_back(t1);
|
||||
}
|
||||
return false;
|
||||
else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
|
|
|
@ -18,6 +18,7 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#include <typeinfo>
|
||||
#include "theory_pb.h"
|
||||
#include "smt_context.h"
|
||||
#include "ast_pp.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue