Browse Source

Include ramhash header

ramhash
Duke 6 months ago
parent
commit
aaea1a418b
  1. 1
      src/miner.cpp

1
src/miner.cpp

@ -32,6 +32,7 @@
#ifdef ENABLE_MINING #ifdef ENABLE_MINING
#include "crypto/equihash.h" #include "crypto/equihash.h"
#include "RandomX/src/randomx.h" #include "RandomX/src/randomx.h"
#include "Ramhash/include/lxrhash.h"
#endif #endif
#include "hash.h" #include "hash.h"
#include "key_io.h" #include "key_io.h"

Loading…
Cancel
Save