test: add missing netaddress include headers

This commit is contained in:
Jon Atack 2021-03-06 20:14:08 +01:00
parent 6f09c0f6b5
commit 52dd40a9fe
No known key found for this signature in database
GPG key ID: 4F5721B3D0E3921D
5 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,7 @@
#include <blockfilter.h>
#include <clientversion.h>
#include <logging.h>
#include <netaddress.h>
#include <netbase.h>
#include <outputtype.h>
#include <rpc/client.h>