Fix daemon compile errors
This commit is contained in:
+3
-3
@@ -7,10 +7,10 @@
|
||||
#ifndef AGRARIAN_BITCOIN_MINER_H
|
||||
#define AGRARIAN_BITCOIN_MINER_H
|
||||
#include <cstdint>
|
||||
#include <std::string>
|
||||
#include <std::vector>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
class CBlock;
|
||||
class CBlockHeader;
|
||||
class CBlockIndex;
|
||||
@@ -35,4 +35,4 @@ void BitcoinMiner(CWallet* pwallet, bool fProofOfStake);
|
||||
extern double dHashesPerSec;
|
||||
extern int64_t nHPSTimerStart;
|
||||
|
||||
#endif // AGRARIAN_BITCOIN_MINER_H
|
||||
#endif // AGRARIAN_BITCOIN_MINER_H
|
||||
|
||||
Reference in New Issue
Block a user