forked from lthn/blockchain
fixed compilation problem
This commit is contained in:
parent
c26e56f13f
commit
2662abea6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue