Add missing include for mining interface

Needed for std::unique_ptr
This commit is contained in:
Sjors Provoost 2024-06-25 13:28:36 +02:00
parent 2cd7c6bd93
commit 83a9bef0e2
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -5,6 +5,7 @@
#ifndef BITCOIN_INTERFACES_MINING_H
#define BITCOIN_INTERFACES_MINING_H
#include <memory>
#include <optional>
#include <uint256.h>