From c32befe4f8385f5f893c0db611060bc7c7b425f3 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 6 May 2023 18:13:18 +0200 Subject: fix missing includes --- src/common/combinator.h | 1 + src/wallet/api/wallet2_api.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/common/combinator.h b/src/common/combinator.h index cb237ed8d..6ef244a1e 100644 --- a/src/common/combinator.h +++ b/src/common/combinator.h @@ -34,6 +34,7 @@ #include #include #include +#include namespace tools { diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index ab3d9732e..df86da847 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -38,6 +38,7 @@ #include #include #include +#include // Public interface for libwallet library namespace Monero { -- cgit v1.2.3