Files
basis_universal/transcoder
Mauro Deryckere 10602cdc8e Add missing #include <exception> for std::terminate
container_abort() calls std::terminate() but the file does not include <exception>. This compiles on most toolchains today because other headers transitively pull it in, but fails on Android NDK r28 (Clang 19) with C++23 where the transitive include no longer happens.
Same class of issue as #395 (missing <ctype.h> in this file).
2026-03-19 16:12:44 +01:00
..
2026-01-19 01:59:35 -05:00
2026-02-28 21:10:40 -05:00
2026-01-19 01:59:35 -05:00
2026-01-19 01:59:35 -05:00
2026-03-02 00:13:13 -05:00
2026-01-19 01:59:54 -05:00