3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00

pattern_inference.h: include rewriter_def.h (#6765)

Needed to use the `rewriter_tpl` constructor.
This commit is contained in:
tcely 2023-06-16 11:46:40 -04:00 committed by GitHub
parent cc4ac0e65a
commit b93171de78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"