Skip to content

Commit

Permalink
Fix #include <cstdint>
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz committed Jul 4, 2024
1 parent 1e77870 commit 98b15dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtorrent/rak/algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#if USE_AVX2_POPCOUNT
#include <immintrin.h>
#include <x86intrin.h>
#include <cstdint>
#endif

namespace rak {
Expand Down

0 comments on commit 98b15dc

Please sign in to comment.