wallet: fix build on Mac and Windows (missing include)

Reported by RaskaRuby, tested by iDunk5400.
This commit is contained in:
moneromooo-monero 2016-08-17 08:08:49 +01:00
parent 63ba2447e2
commit 9cca53ac29
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

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>