1
0
Fork 0
forked from lthn/blockchain

fixed compilation problem

This commit is contained in:
cryptozoidberg 2019-08-14 20:51:34 +02:00
parent c26e56f13f
commit 2662abea6d
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -294,7 +294,7 @@ namespace file_io_utils
{
try
{
std::ifstream fstream;
boost::filesystem::ifstream fstream;
//fstream.exceptions(std::ifstream::failbit | std::ifstream::badbit);
fstream.open(path_to_file, std::ios_base::binary | std::ios_base::in | std::ios::ate);
if (!fstream.good())