aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/torcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/torcontrol.cpp')
-rw-r--r--src/test/fuzz/torcontrol.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/fuzz/torcontrol.cpp b/src/test/fuzz/torcontrol.cpp
index b7a42ea7f4..a97d3962bf 100644
--- a/src/test/fuzz/torcontrol.cpp
+++ b/src/test/fuzz/torcontrol.cpp
@@ -1,10 +1,11 @@
-// Copyright (c) 2020 The Bitcoin Core developers
+// Copyright (c) 2020-2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
+#include <test/util/setup_common.h>
#include <torcontrol.h>
#include <cstdint>