diff options
author | Jon Atack <jon@atack.com> | 2021-03-06 20:14:08 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-03-16 19:52:37 +0100 |
commit | 52dd40a9febec1f4e70d777821b6764830bdec61 (patch) | |
tree | 142f3b82ca1467b18e050854dbac2fd14b0650a2 /src/test/fuzz/socks5.cpp | |
parent | 6f09c0f6b57ac01a473c587a3e51e9d477866bb0 (diff) |
test: add missing netaddress include headers
Diffstat (limited to 'src/test/fuzz/socks5.cpp')
-rw-r--r-- | src/test/fuzz/socks5.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/socks5.cpp b/src/test/fuzz/socks5.cpp index d7b32ef46f..c3a6eed089 100644 --- a/src/test/fuzz/socks5.cpp +++ b/src/test/fuzz/socks5.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include <netaddress.h> #include <netbase.h> #include <test/fuzz/FuzzedDataProvider.h> #include <test/fuzz/fuzz.h> |