diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-08-22 22:55:00 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-08-22 22:55:00 +0200 |
commit | 13222f9ff589bed1c4010bd21890686957b4b432 (patch) | |
tree | 5d30001f37f0d4a3218faf59641a30bd3700320d | |
parent | Merge pull request #967 (diff) | |
parent | wallet: fix build on Mac and Windows (missing include) (diff) | |
download | monero-13222f9ff589bed1c4010bd21890686957b4b432.tar.xz |
Merge pull request #968
9cca53a wallet: fix build on Mac and Windows (missing include) (moneromooo-monero)
-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> |