From 5cc61b714d5b59ed5405639a37a582d839e6ebe9 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 --- runtime/hsa-runtime/core/inc/amd_elf_image.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/hsa-runtime/core/inc/amd_elf_image.hpp b/runtime/hsa-runtime/core/inc/amd_elf_image.hpp index 177465c05e..335e116b75 100644 --- a/runtime/hsa-runtime/core/inc/amd_elf_image.hpp +++ b/runtime/hsa-runtime/core/inc/amd_elf_image.hpp @@ -47,6 +47,7 @@ #include #include #include +#include namespace rocr { namespace amd {