Add missing includes

They are needed, otherwise the next commit will not compile
This commit is contained in:
MacroFake 2022-07-19 14:15:31 +02:00
parent fa869ce2c2
commit fa77fdd047
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
7 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#include <txmempool.h>
#include <univalue.h>
#include <util/moneystr.h>
#include <util/time.h>
using kernel::DumpMempool;