aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-08-17 08:08:49 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-08-17 08:08:49 +0100
commit9cca53ac2913a6fc3829b74e54ef35d5f891d921 (patch)
tree9c5c139217bb1de60fbe45ec34c0580d1dec9369 /src/wallet/wallet2.cpp
parentMerge pull request #963 (diff)
downloadmonero-9cca53ac2913a6fc3829b74e54ef35d5f891d921.tar.xz
wallet: fix build on Mac and Windows (missing include)
Reported by RaskaRuby, tested by iDunk5400.
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r--src/wallet/wallet2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 922409519..6a2bfb24b 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -28,6 +28,7 @@
//
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
+#include <random>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>