3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Fix a compilation error with clang-cl (VS2022) (#6489)

This commit is contained in:
Duncan Ogilvie 2022-12-12 23:12:31 +01:00 committed by GitHub
parent aded8e5bf4
commit e82c8e78ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ Notes:
#include "math/polynomial/upolynomial_factorization_int.h"
#include "util/prime_generator.h"
using namespace std;
using std::endl;
namespace upolynomial {