From eec311b379e94c9633c3a25642679a5d83a69964 Mon Sep 17 00:00:00 2001 From: vstojilj Date: Wed, 16 Jul 2025 19:54:39 +0200 Subject: [PATCH] Add missing include (#800) Co-authored-by: Anusha GodavarthySurya [ROCm/rocprofiler-compute commit: d2cec001161fc49761bd71a498474a447b1d6975] --- projects/rocprofiler-compute/sample/fabric.hip | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/sample/fabric.hip b/projects/rocprofiler-compute/sample/fabric.hip index ce0e0161d8..52085e91be 100644 --- a/projects/rocprofiler-compute/sample/fabric.hip +++ b/projects/rocprofiler-compute/sample/fabric.hip @@ -43,6 +43,7 @@ data-fabric traffic. #include #include +#include #include "common.h"