Skip to content

Commit

Permalink
Add std::size_t header
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Nov 10, 2024
1 parent 267b93e commit 5daa923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PreSieve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

#include <stdint.h>
#include <algorithm>
#include <cstddef>

/// All x64 CPUs support the SSE2 vector instruction set
#if defined(__SSE2__) && \
Expand Down

0 comments on commit 5daa923

Please sign in to comment.