Skip to content

Commit

Permalink
Fix a compilation error with clang-cl (VS2022) (#6489)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Dec 12, 2022
1 parent aded8e5 commit e82c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/polynomial/upolynomial_factorization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Module Name:
#include "math/polynomial/upolynomial_factorization_int.h"
#include "util/prime_generator.h"

using namespace std;
using std::endl;

namespace upolynomial {

Expand Down

0 comments on commit e82c8e7

Please sign in to comment.