mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Fixing build errors when building test-z3 (#4496)
Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
This commit is contained in:
parent
e844aef896
commit
9fac010d8e
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#include<sstream>
|
||||
#include <sstream>
|
||||
#include <cstring>
|
||||
#include "util/mpff.h"
|
||||
#include "util/mpz.h"
|
||||
#include "util/mpq.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue