mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-02 19:22:22 +02:00
test: Add missing include
This commit is contained in:
parent
7d60f7ec6b
commit
6666ec9e05
@ -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…
x
Reference in New Issue
Block a user