diff --git a/src/crypto/common/Algorithm.h b/src/crypto/common/Algorithm.h index 37abdc1..cf38840 100644 --- a/src/crypto/common/Algorithm.h +++ b/src/crypto/common/Algorithm.h @@ -20,6 +20,9 @@ #ifndef XMRIG_ALGORITHM_H #define XMRIG_ALGORITHM_H +#ifndef uint32_t + #include +#endif #include