mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
more build errors in debug mode
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
48d144a6dd
commit
6300a78b82
2 changed files with 9 additions and 2 deletions
|
@ -20,7 +20,9 @@ Revision History:
|
|||
#ifndef PROOF_UTILS_H_
|
||||
#define PROOF_UTILS_H_
|
||||
#include "ast/ast.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
#include "ast/proofs/proof_checker.h"
|
||||
|
||||
/*
|
||||
* iterator, which traverses the proof in depth-first post-order.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue