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
5 changed files with 6 additions and 1 deletions

View File

@@ -2,8 +2,9 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <test/fuzz/fuzz.h>
#include <netaddress.h>
#include <util/asmap.h>
#include <test/fuzz/fuzz.h>
#include <cstdint>
#include <optional>