aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/electrum-words.cpp
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-10-01 21:22:13 +0530
committerOran Juice <oranjuices@hotmail.com>2014-10-02 21:41:56 +0530
commit6c3b85de21e68ab22359e7c661f590789a6f4354 (patch)
treef593359387fc35426119e32de7ac1c7ee09dcea4 /src/mnemonics/electrum-words.cpp
parentAdded attribution to Electrum for their word-lists (diff)
downloadmonero-6c3b85de21e68ab22359e7c661f590789a6f4354.tar.xz
Separated word lists to header files
Diffstat (limited to 'src/mnemonics/electrum-words.cpp')
-rw-r--r--src/mnemonics/electrum-words.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mnemonics/electrum-words.cpp b/src/mnemonics/electrum-words.cpp
index d1cef443c..334bc578f 100644
--- a/src/mnemonics/electrum-words.cpp
+++ b/src/mnemonics/electrum-words.cpp
@@ -50,6 +50,12 @@
#include <boost/crc.hpp>
#include <boost/algorithm/string/join.hpp>
+#include "english.h"
+#include "spanish.h"
+#include "portuguese.h"
+#include "japanese.h"
+#include "old_english.h"
+
namespace
{
int num_words = 0;