From e6e5b3a352e0085c78eb83baa193895301dcaa6a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 22 Jan 2022 23:57:42 -0500 Subject: [PATCH] Include randomx.h header in miner code --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) 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"