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
commit 13222f9ff5
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 0 deletions

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>