mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
pattern_inference.h: include rewriter_def.h (#6765)
Needed to use the `rewriter_tpl` constructor.
This commit is contained in:
parent
cc4ac0e65a
commit
b93171de78
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ Revision History:
|
|||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/rewriter/rewriter.h"
|
||||
#include "ast/rewriter/rewriter_def.h"
|
||||
#include "params/pattern_inference_params.h"
|
||||
#include "util/vector.h"
|
||||
#include "util/uint_set.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue