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