mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
Add missing include for mining interface
Needed for std::unique_ptr
This commit is contained in:
parent
2cd7c6bd93
commit
83a9bef0e2
@ -5,6 +5,7 @@
|
||||
#ifndef BITCOIN_INTERFACES_MINING_H
|
||||
#define BITCOIN_INTERFACES_MINING_H
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <uint256.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user