test: Add missing include

This commit is contained in:
MarcoFalke
2021-08-05 10:03:29 +02:00
parent 7d60f7ec6b
commit 6666ec9e05

View File

@@ -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>