diff --git a/src/miner.cpp b/src/miner.cpp index aeb4d9215..a205ae531 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -32,6 +32,7 @@ #ifdef ENABLE_MINING #include "crypto/equihash.h" #include "RandomX/src/randomx.h" +#include "Ramhash/include/lxrhash.h" #endif #include "hash.h" #include "key_io.h"