From b0457395f76a14ce376c64fc7eb3ba955c1d030d Mon Sep 17 00:00:00 2001 From: Tony Butler Date: Mon, 20 Sep 2021 07:33:01 -0600 Subject: [PATCH] Use cstddef header to pull in size_t for GCC 5 and 6 --- src/crypto/common/Algorithm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/common/Algorithm.h b/src/crypto/common/Algorithm.h index 23c8e64..9cc3a80 100644 --- a/src/crypto/common/Algorithm.h +++ b/src/crypto/common/Algorithm.h @@ -21,6 +21,7 @@ #define XMRIG_ALGORITHM_H +#include #include #include