mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Fix a compilation error with clang-cl (VS2022) (#6489)
This commit is contained in:
parent
aded8e5bf4
commit
e82c8e78ae
|
@ -27,7 +27,7 @@ Notes:
|
||||||
#include "math/polynomial/upolynomial_factorization_int.h"
|
#include "math/polynomial/upolynomial_factorization_int.h"
|
||||||
#include "util/prime_generator.h"
|
#include "util/prime_generator.h"
|
||||||
|
|
||||||
using namespace std;
|
using std::endl;
|
||||||
|
|
||||||
namespace upolynomial {
|
namespace upolynomial {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue