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 | 00a1166c95ee07523ed2f00ec3f974857d9dbefb (diff) | |
| parent | fbc0a6dd237fee6b6ce0512c8ea370d688993ff3 (diff) | |
| download | monzero-core-6ed314854cf87a7eb5810ef8a5dd707b4b9295e7.tar.gz monzero-core-6ed314854cf87a7eb5810ef8a5dd707b4b9295e7.tar.xz monzero-core-6ed314854cf87a7eb5810ef8a5dd707b4b9295e7.zip | |
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 |
