Fixes to Windows build in liu of the move to using just std::streams.
This commit is contained in:
@@ -76,7 +76,7 @@ void FieldReader::_copy(const FieldReader& ic)
|
||||
}
|
||||
|
||||
|
||||
void FieldReader::attach(istream* input)
|
||||
void FieldReader::attach(std::istream* input)
|
||||
{
|
||||
_fin = input;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user