KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
875 stars 230 forks source link

Can not find __std_stream header #791

Closed FuXiii closed 11 months ago

FuXiii commented 12 months ago

Please check Can not find __std_stream

MarkCallow commented 12 months ago

@aqnuep this is due to a non-portable include in the version of {fmt} that we are using. See https://github.com/fmtlib/fmt/issues/3654. Please update the included version of {fmt}. While doing it, also consider #786.