aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-09-24 22:44:36 +0530
committerOran Juice <oranjuices@hotmail.com>2014-09-24 22:44:36 +0530
commit26ea53d4611bbb81cf12be61daa30c489a942bda (patch)
tree1f875fdd1d57dad1ff911eae937501b240e4bbc4 /src/simplewallet
parentDuh. Had left word list in commit. (diff)
downloadmonero-26ea53d4611bbb81cf12be61daa30c489a942bda.tar.xz
Copies word lists directory to the location of the executable
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp1
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