KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
886 stars 232 forks source link

Fixing build on Ubuntu 24.04 w/ Clang 20 #936

Closed Honeybunch closed 2 months ago

Honeybunch commented 2 months ago

Some compiler implementations seem to be very adamant that std::unique_ptr lives in <memory> and without this change I was unable to build.

MarkCallow commented 2 months ago

Thank you for this fix.