File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) 2020 The Bitcoin Core developers
1
+ // Copyright (c) 2020-2021 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include < netbase.h>
6
6
#include < test/fuzz/FuzzedDataProvider.h>
7
7
#include < test/fuzz/fuzz.h>
8
8
#include < test/fuzz/util.h>
9
+ #include < test/util/setup_common.h>
9
10
10
11
#include < cstdint>
11
12
#include < string>
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2020 The Bitcoin Core developers
1
+ // Copyright (c) 2020-2021 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include < test/fuzz/FuzzedDataProvider.h>
6
6
#include < test/fuzz/fuzz.h>
7
7
#include < test/fuzz/util.h>
8
+ #include < test/util/setup_common.h>
8
9
#include < torcontrol.h>
9
10
10
11
#include < cstdint>
You can’t perform that action at this time.
0 commit comments