Skip to content

Commit 83a9bef

Browse files
committed
Add missing include for mining interface
Needed for std::unique_ptr
1 parent 2cd7c6b commit 83a9bef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/mining.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef BITCOIN_INTERFACES_MINING_H
66
#define BITCOIN_INTERFACES_MINING_H
77

8+
#include <memory>
89
#include <optional>
910
#include <uint256.h>
1011

0 commit comments

Comments
 (0)