Skip to content

Commit

Permalink
fix for 'size_t' does not name a type
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrineeinsteen committed Jan 16, 2022
1 parent 7d34e20 commit 523fc31
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 @@ -23,6 +23,7 @@

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


namespace xmrig_cuda {
Expand Down

1 comment on commit 523fc31

@aldrineeinsteen
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the cstddef wasn't imported. Adding it makes the build run.

Please sign in to comment.