diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-09-24 22:44:36 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-09-24 22:44:36 +0530 |
commit | 26ea53d4611bbb81cf12be61daa30c489a942bda (patch) | |
tree | 1f875fdd1d57dad1ff911eae937501b240e4bbc4 /src/simplewallet | |
parent | Duh. Had left word list in commit. (diff) | |
download | monero-26ea53d4611bbb81cf12be61daa30c489a942bda.tar.xz |
Copies word lists directory to the location of the executable
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index e71655e4c..7c1246f32 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -47,6 +47,7 @@ #include "crypto/crypto.h" // for crypto::secret_key definition #include "mnemonics/electrum-words.h" + #if defined(WIN32) #include <crtdbg.h> #endif |