Merge pull request #3188

fbc0a6dd Bugfix : Missing i18n import in simplewallet (Neozaru)
pull/95/head
Riccardo Spagni 6 years ago
commit 6ed314854c
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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

Loading…
Cancel
Save