Skip to content

Commit

Permalink
Update to latest libprimesieve
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jan 8, 2024
1 parent a7f43db commit 49b82b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/primesieve/test/Li.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <limits>
#include <vector>

using std::max;
Expand Down
1 change: 1 addition & 0 deletions lib/primesieve/test/Ri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <iostream>
#include <cstdlib>
#include <cmath>
#include <limits>
#include <vector>

using std::max;
Expand Down

0 comments on commit 49b82b1

Please sign in to comment.