From 5fd16bd1c3e8f5a7d1eaad28a342775ee69b4e5e Mon Sep 17 00:00:00 2001 From: Satyanvesh Dittakavi <53337087+satyanveshd@users.noreply.github.com> Date: Wed, 25 Jun 2025 01:39:23 +0530 Subject: [PATCH] Add cstring header explictly as it is removed from HIP (#132) [ROCm/rccl-tests commit: 0039629ac529ac9951ec9df5e243ed76c4cfb060] --- projects/rccl-tests/src/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rccl-tests/src/common.h b/projects/rccl-tests/src/common.h index 8e7cfdf027..462beba61f 100644 --- a/projects/rccl-tests/src/common.h +++ b/projects/rccl-tests/src/common.h @@ -11,6 +11,7 @@ #include "rccl/rccl.h" #include #include +#include #include #ifdef MPI_SUPPORT #include "mpi.h"