Files
gentoo/dev-libs/rocr-runtime/files/rocr-runtime-6.1.2-gcc15-stdint.patch
Sv. Lockal 802a037f8d dev-libs/rocr-runtime: fix compilation with gcc-15
Apply the same patch as for 6.3.0.

Closes: https://bugs.gentoo.org/947640
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40027
Signed-off-by: Sam James <sam@gentoo.org>
2025-01-10 00:29:14 +00:00

12 lines
247 B
Diff

https://github.com/ROCm/ROCR-Runtime/issues/227
--- a/core/inc/amd_elf_image.hpp
+++ b/core/inc/amd_elf_image.hpp
@@ -47,6 +47,7 @@
#include <sstream>
#include <vector>
#include <memory>
+#include <cstdint>
namespace rocr {
namespace amd {