From fbc0a6dd237fee6b6ce0512c8ea370d688993ff3 Mon Sep 17 00:00:00 2001 From: Neozaru Date: Fri, 26 Jan 2018 13:58:49 +0100 Subject: [PATCH] Bugfix : Missing i18n import in simplewallet --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 086076be0..de451730a 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -44,6 +44,7 @@ #include "cryptonote_basic/cryptonote_basic_impl.h" #include "wallet/wallet2.h" #include "console_handler.h" +#include "common/i18n.h" #include "common/password.h" #include "crypto/crypto.h" // for definition of crypto::secret_key