diff --git a/common/waifu2x.cpp b/common/waifu2x.cpp index 9686721..22071de 100644 --- a/common/waifu2x.cpp +++ b/common/waifu2x.cpp @@ -783,7 +783,7 @@ Waifu2x::eWaifu2xError Waifu2x::LoadParameterFromJson(boost::shared_ptr is(param_path, std::ios_base::in | std::ios_base::binary); + boost::iostreams::stream is; try {