Add missing #include <ios> (#9305)
This is needed to instantiate `std::streampos`. It currently relies on transitive header inclusion to get that, which is going away for libc++ in ebcf1bf2ec.
This commit is contained in:
committed by
Powei Feng
parent
8c445264fd
commit
c56db04ec7
@@ -19,6 +19,8 @@
|
||||
|
||||
#include <imageio/ImageDecoder.h>
|
||||
|
||||
#include <ios>
|
||||
|
||||
namespace image {
|
||||
|
||||
class HDRDecoder : public ImageDecoder::Decoder {
|
||||
|
||||
Reference in New Issue
Block a user