refactor: fix includes in src/init

This commit is contained in:
fanquake 2022-04-13 09:11:33 +01:00
parent c79ad935f0
commit 74cd038e30
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
6 changed files with 11 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <interfaces/node.h>
#include <interfaces/wallet.h>
#include <node/context.h>
#include <util/check.h>
#include <util/system.h>
#include <memory>