From b5010492c5b4482c3d7ae63118a48f422fe11ee1 Mon Sep 17 00:00:00 2001 From: fdov Date: Sat, 6 Nov 2021 09:39:45 +0100 Subject: [PATCH] fix: include array to fix building for osx. --- src/wallet/bip39.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/bip39.cpp b/src/wallet/bip39.cpp index 811760c104..2b31432c7a 100644 --- a/src/wallet/bip39.cpp +++ b/src/wallet/bip39.cpp @@ -22,7 +22,7 @@ * OTHER DEALINGS IN THE SOFTWARE. */ - +#include #include "wallet/bip39.h" #include "crypto/sha256.h" #include "random.h"