Skip to content

Commit

Permalink
Use cstddef header to pull in size_t for GCC 5 and 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Spudz76 committed Sep 20, 2021
1 parent de1a23a commit b045739
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 b045739

Please sign in to comment.