forked from boostorg/range
[range] Don't include <istream> unnecessarily in istream_range.hpp (refs #7408).
[SVN r84644]
This commit is contained in:
2
include/boost/range/istream_range.hpp
Executable file → Normal file
2
include/boost/range/istream_range.hpp
Executable file → Normal file
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include <iterator>
|
||||
#include <istream>
|
||||
#include <iosfwd>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user