Merge pull request #968

9cca53a wallet: fix build on Mac and Windows (missing include) (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2016-08-22 22:55:00 +02:00

View File

@@ -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>