From 31462313b69b937d6911bb7093dfb1c522de7644 Mon Sep 17 00:00:00 2001 From: gobhardw Date: Thu, 5 Oct 2023 14:45:19 +0530 Subject: [PATCH] Fixing missing limts header that causes build failure Change-Id: I3d1ea3b6701a57a16af8742de446ce4bfea6ded6 [ROCm/rocprofiler commit: 417ceaa47f651996ca2ac46f54fb7995b8db831f] --- projects/rocprofiler/plugin/att/disassembly.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler/plugin/att/disassembly.hpp b/projects/rocprofiler/plugin/att/disassembly.hpp index da1eb8201f..d686c3dca2 100644 --- a/projects/rocprofiler/plugin/att/disassembly.hpp +++ b/projects/rocprofiler/plugin/att/disassembly.hpp @@ -24,6 +24,7 @@ #include #include #include +#include typedef struct { const char* instruction;