3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

Fixes for the build on OS X 10.9

This commit is contained in:
Christoph M. Wintersteiger 2014-01-28 14:00:42 +00:00
parent 0e74362ecb
commit f111dd4e61
5 changed files with 10 additions and 8 deletions

View file

@ -17,6 +17,7 @@ Revision History:
--*/
#include<iostream>
#include<sstream>
#include<vector>
#include"z3.h"
#include"api_log_macros.h"
#include"api_context.h"