mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
test: Add missing include
This commit is contained in:
parent
7d60f7ec6b
commit
6666ec9e05
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue