diff --git a/src/miner.cpp b/src/miner.cpp index 79f791159..894195c05 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -31,6 +31,7 @@ #include "consensus/validation.h" #ifdef ENABLE_MINING #include "crypto/equihash.h" +#include "RandomX/src/randomx.h" #endif #include "hash.h" #include "key_io.h"