diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-08-17 08:08:49 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-08-17 08:08:49 +0100 |
commit | 9cca53ac2913a6fc3829b74e54ef35d5f891d921 (patch) | |
tree | 9c5c139217bb1de60fbe45ec34c0580d1dec9369 /src | |
parent | Merge pull request #963 (diff) | |
download | monero-9cca53ac2913a6fc3829b74e54ef35d5f891d921.tar.xz |
wallet: fix build on Mac and Windows (missing include)
Reported by RaskaRuby, tested by iDunk5400.
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/wallet2.cpp | 1 |
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> |