Skip to content

Commit

Permalink
Merge pull request #128 from Spudz76/dev-fixCompileOlderGCC
Browse files Browse the repository at this point in the history
Use cstddef header to pull in size_t for GCC 5 and 6
  • Loading branch information
xmrig authored Sep 21, 2021
2 parents de1a23a + b045739 commit 2809c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/common/Algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define XMRIG_ALGORITHM_H


#include <cstddef>
#include <cstdint>
#include <vector>

Expand Down

0 comments on commit 2809c47

Please sign in to comment.