diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-01-27 18:21:55 -0800 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-01-27 18:21:55 -0800 |
commit | 6ed314854cf87a7eb5810ef8a5dd707b4b9295e7 (patch) | |
tree | 02a766f6f5a914617740ce977c23430aced31473 /src/simplewallet | |
parent | Merge pull request #3185 (diff) | |
parent | Bugfix : Missing i18n import in simplewallet (diff) | |
download | monero-6ed314854cf87a7eb5810ef8a5dd707b4b9295e7.tar.xz |
Merge pull request #3188
fbc0a6dd Bugfix : Missing i18n import in simplewallet (Neozaru)
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 f6df06ebb..af2f940c3 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 |