mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
Add missing include for mining interface
Needed for std::unique_ptr
This commit is contained in:
parent
2cd7c6bd93
commit
83a9bef0e2
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#ifndef BITCOIN_INTERFACES_MINING_H
|
||||
#define BITCOIN_INTERFACES_MINING_H
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <uint256.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue