onnxruntime
f7619dc9 - fix compilation with gcc-15 (#24583)

Commit
247 days ago
fix compilation with gcc-15 (#24583) With GCC-15, some libstdc++ headers stopped including <stdint.h>: https://github.com/gcc-mirror/gcc/commit/3a817a4a5a6d94da9127af3be9f84a74e3076ee2 So we need to include it ourselves, in places where we relied on the standard headers doing it.
Parents
Loading