mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Bugfix : Missing i18n import in simplewallet
This commit is contained in:
parent
09d19c9139
commit
fbc0a6dd23
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
#include "cryptonote_basic/cryptonote_basic_impl.h"
|
#include "cryptonote_basic/cryptonote_basic_impl.h"
|
||||||
#include "wallet/wallet2.h"
|
#include "wallet/wallet2.h"
|
||||||
#include "console_handler.h"
|
#include "console_handler.h"
|
||||||
|
#include "common/i18n.h"
|
||||||
#include "common/password.h"
|
#include "common/password.h"
|
||||||
#include "crypto/crypto.h" // for definition of crypto::secret_key
|
#include "crypto/crypto.h" // for definition of crypto::secret_key
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue