Browse Source

Linux build fix

cl-refactor
Genoil 9 years ago
parent
commit
65701f19bf
  1. 3
      libethcore/Miner.cpp

3
libethcore/Miner.cpp

@ -4,7 +4,10 @@
using namespace dev;
using namespace eth;
template <>
unsigned dev::eth::GenericMiner<dev::eth::EthashProofOfWork>::s_dagLoadMode = 0;
template <>
unsigned dev::eth::GenericMiner<dev::eth::EthashProofOfWork>::s_dagLoadIndex = 0;

Loading…
Cancel
Save