From 82f81c0e14e4fc90cfb4bb7006c26a40348e88d1 Mon Sep 17 00:00:00 2001 From: SNeedlewoods <sneedlwoods_1@protonmail.com> Date: Sun, 29 Dec 2024 13:20:19 +0100 Subject: [PATCH] fix rebase issue --- src/wallet/api/wallet2_api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index 46257f238..c689a6fc2 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -35,11 +35,13 @@ #include <ctime> #include <iostream> #include <list> +#include <map> #include <memory> #include <optional> #include <set> #include <stdexcept> #include <string> +#include <unordered_set> #include <vector>