Skip to content

Commit 6666ec9

Browse files
author
MarcoFalke
committed
test: Add missing include
1 parent 7d60f7e commit 6666ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/miner_tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2011-2020 The Bitcoin Core developers
1+
// Copyright (c) 2011-2021 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

@@ -16,6 +16,7 @@
1616
#include <util/system.h>
1717
#include <util/time.h>
1818
#include <validation.h>
19+
#include <versionbits.h>
1920

2021
#include <test/util/setup_common.h>
2122

0 commit comments

Comments
 (0)