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

fix build with gcc

This commit is contained in:
Nuno Lopes 2015-12-11 18:14:14 +00:00
parent 3388e1e628
commit ef06da8c2c

View file

@ -22,6 +22,7 @@ Revision History:
#include"smt_enode.h"
#include"obj_hashtable.h"
#include"statistics.h"
#include<typeinfo>
namespace smt {
class model_generator;