From aaea1a418b373837a2c5cd127606311f1378a7be Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 14 Dec 2023 11:41:54 -0800 Subject: [PATCH] Include ramhash header --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) 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"