3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-14 01:46:15 +00:00

fixing python build errors

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-11-01 09:34:42 -05:00
parent 2a6fa4af39
commit b02fec91cc
7 changed files with 76 additions and 35 deletions

View file

@ -23,6 +23,7 @@ Revision History:
#define EXPR_SAFE_REPLACE_H_
#include "ast/ast.h"
#include "ast/rewriter/var_subst.h"
class expr_safe_replace {
ast_manager& m;