Skip to content

Commit

Permalink
test: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Aug 5, 2021
1 parent 7d60f7e commit 6666ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/miner_tests.cpp
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -16,6 +16,7 @@
#include <util/system.h>
#include <util/time.h>
#include <validation.h>
#include <versionbits.h>

#include <test/util/setup_common.h>

Expand Down

0 comments on commit 6666ec9

Please sign in to comment.