From 83a9bef0e2acad7655e23d30e1c52412f380d93d Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 25 Jun 2024 13:28:36 +0200 Subject: Add missing include for mining interface Needed for std::unique_ptr --- src/interfaces/mining.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/mining.h b/src/interfaces/mining.h index b96881f67c..1f603399bf 100644 --- a/src/interfaces/mining.h +++ b/src/interfaces/mining.h @@ -5,6 +5,7 @@ #ifndef BITCOIN_INTERFACES_MINING_H #define BITCOIN_INTERFACES_MINING_H +#include #include #include -- cgit v1.2.3