mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Add missing definitions in prep for scripted diff
The missing include and ArgsManager were found after applying the scripted diff in the following commit.
This commit is contained in:
parent
ba8fc7d788
commit
e9ee8aaf3a
4 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <config/bitcoin-config.h>
|
||||
#endif
|
||||
|
||||
#include <chainparamsbase.h>
|
||||
#include <clientversion.h>
|
||||
#include <coins.h>
|
||||
#include <common/args.h>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <chainparams.h>
|
||||
|
||||
#include <chainparamsbase.h>
|
||||
#include <chainparamsseeds.h>
|
||||
#include <common/args.h>
|
||||
#include <consensus/merkle.h>
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
class ArgsManager;
|
||||
|
||||
/**
|
||||
* Creates and returns a std::unique_ptr<CChainParams> of the chosen chain.
|
||||
* @returns a CChainParams* of the chosen chain.
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <blockfilter.h>
|
||||
#include <chain.h>
|
||||
#include <chainparams.h>
|
||||
#include <chainparamsbase.h>
|
||||
#include <common/args.h>
|
||||
#include <consensus/amount.h>
|
||||
#include <deploymentstatus.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue