From 6c8a2da29aff29e86bf8b7c7c888f9e6fa88d5ed Mon Sep 17 00:00:00 2001 From: christian-heusel Date: Tue, 6 May 2025 16:45:35 +0000 Subject: [PATCH] rocr:Add missing cstdint include [ROCm/ROCR-Runtime commit: 5cc61b714d5b59ed5405639a37a582d839e6ebe9] --- .../rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp index 177465c05e..335e116b75 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp @@ -47,6 +47,7 @@ #include #include #include +#include namespace rocr { namespace amd {