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:
Jordan Rupprecht
2025-10-09 12:24:00 -05:00
committed by Powei Feng
parent 8c445264fd
commit c56db04ec7

View File

@@ -19,6 +19,8 @@
#include <imageio/ImageDecoder.h>
#include <ios>
namespace image {
class HDRDecoder : public ImageDecoder::Decoder {