wallet: fix build on Mac and Windows (missing include)
Reported by RaskaRuby, tested by iDunk5400.
This commit is contained in:
parent
63ba2447e2
commit
9cca53ac29
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue