Skip to content

Commit fa59ad5

Browse files
author
MarcoFalke
committed
fuzz: Add missing include (test/util/setup_common.h)
1 parent d099894 commit fa59ad5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/fuzz/socks5.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
// Copyright (c) 2020 The Bitcoin Core developers
1+
// Copyright (c) 2020-2021 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include <netbase.h>
66
#include <test/fuzz/FuzzedDataProvider.h>
77
#include <test/fuzz/fuzz.h>
88
#include <test/fuzz/util.h>
9+
#include <test/util/setup_common.h>
910

1011
#include <cstdint>
1112
#include <string>

src/test/fuzz/torcontrol.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
// Copyright (c) 2020 The Bitcoin Core developers
1+
// Copyright (c) 2020-2021 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include <test/fuzz/FuzzedDataProvider.h>
66
#include <test/fuzz/fuzz.h>
77
#include <test/fuzz/util.h>
8+
#include <test/util/setup_common.h>
89
#include <torcontrol.h>
910

1011
#include <cstdint>

0 commit comments

Comments
 (0)