From 6666ec9e059ea66065a11f5e25c0a17d7d0834fe Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 5 Aug 2021 10:03:29 +0200 Subject: [PATCH] test: Add missing include --- src/test/miner_tests.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index 5b991de113..7f44dcf20e 100644 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2020 The Bitcoin Core developers +// Copyright (c) 2011-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. @@ -16,6 +16,7 @@ #include #include #include +#include #include