3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-15 18:35:44 +00:00

more includes

This commit is contained in:
Arie Gurfinkel 2017-07-31 17:57:21 -04:00
parent 66108085fa
commit ecd85b314c
14 changed files with 152 additions and 146 deletions

View file

@ -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);