3
0
Fork 0
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:
Andrew V. Jones 2020-06-03 21:34:43 +01:00 committed by GitHub
parent e844aef896
commit 9fac010d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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"