Fix daemon compile errors

This commit is contained in:
root
2026-04-28 04:30:48 +00:00
parent 7580f2c313
commit 84cbc07fd5
3 changed files with 16 additions and 13 deletions
+3 -3
View File
@@ -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