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:
TheCharlatan
2023-04-18 13:40:47 +02:00
parent ba8fc7d788
commit e9ee8aaf3a
4 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include <config/bitcoin-config.h>
#endif
#include <chainparamsbase.h>
#include <clientversion.h>
#include <coins.h>
#include <common/args.h>