From 0039629ac529ac9951ec9df5e243ed76c4cfb060 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) --- src/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.h b/src/common.h index 8e7cfdf027..462beba61f 100644 --- a/src/common.h +++ b/src/common.h @@ -11,6 +11,7 @@ #include "rccl/rccl.h" #include #include +#include #include #ifdef MPI_SUPPORT #include "mpi.h"