mirror of
https://github.com/Z3Prover/z3
synced 2025-11-15 18:35:44 +00:00
more includes
This commit is contained in:
parent
66108085fa
commit
ecd85b314c
14 changed files with 152 additions and 146 deletions
|
|
@ -13,9 +13,10 @@ Abstract:
|
|||
#define _SPACER_MARSHAL_H_
|
||||
|
||||
#include <string>
|
||||
#include "ast.h"
|
||||
#include <iostream>
|
||||
|
||||
#include "ast/ast.h"
|
||||
|
||||
namespace spacer {
|
||||
std::ostream &marshal(std::ostream &os, expr_ref e, ast_manager &m);
|
||||
std::string marshal(expr_ref e, ast_manager &m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue