diff options
Diffstat (limited to 'src/node/context.cpp')
| -rw-r--r-- | src/node/context.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node/context.cpp b/src/node/context.cpp index 26a01420c..0238aab0d 100644 --- a/src/node/context.cpp +++ b/src/node/context.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) 2019-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -8,6 +8,7 @@ #include <interfaces/chain.h> #include <net.h> #include <net_processing.h> +#include <scheduler.h> NodeContext::NodeContext() {} NodeContext::~NodeContext() {} |