From 93c6c2a0b34c1a2da86e97a8721793181b895bea Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 16 Jan 2025 05:40:28 +0100 Subject: [PATCH] more compilation fixed for gcc --- src/wallet/plain_wallet_api.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wallet/plain_wallet_api.h b/src/wallet/plain_wallet_api.h index f12eba03..84fe46ae 100644 --- a/src/wallet/plain_wallet_api.h +++ b/src/wallet/plain_wallet_api.h @@ -1,11 +1,10 @@ -// Copyright (c) 2014-2020 Zano Project +// Copyright (c) 2014-2025 Zano Project // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. - - #pragma once #include +#include #include "../common/error_codes.h" namespace plain_wallet