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:
parent
aded8e5bf4
commit
e82c8e78ae
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue