1
0
Fork 0
forked from lthn/blockchain

fix gcc compilation for older boost versions

This commit is contained in:
sowle 2019-10-05 15:12:02 +03:00
parent 7f407b82a2
commit c29c7a6a5f
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -45,6 +45,7 @@
#include <boost/cstdint.hpp>
#include <boost/thread.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/algorithm/string.hpp>
#endif
#if defined(WIN32)