test: Add missing include

pull/22630/head
MarcoFalke 3 years ago
parent 7d60f7ec6b
commit 6666ec9e05
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -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 <util/system.h>
#include <util/time.h>
#include <validation.h>
#include <versionbits.h>
#include <test/util/setup_common.h>

Loading…
Cancel
Save