diff options
author | Neozaru <neozaru@mailoo.org> | 2018-01-26 13:58:49 +0100 |
---|---|---|
committer | Neozaru <neozaru@mailoo.org> | 2018-01-26 13:58:49 +0100 |
commit | fbc0a6dd237fee6b6ce0512c8ea370d688993ff3 (patch) | |
tree | 482d93ec53c859b6a6840a3345b86e9cd60f0db2 /src/simplewallet | |
parent | Merge pull request #3130 (diff) | |
download | monero-fbc0a6dd237fee6b6ce0512c8ea370d688993ff3.tar.xz |
Bugfix : Missing i18n import in simplewallet
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |