Include randomx.h header in miner code

This commit is contained in:
Duke Leto
2022-01-22 23:57:42 -05:00
parent 36140a5457
commit e6e5b3a352

View File

@@ -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"