From a364ada6e7979d04a4a8d1680460e365fae93ed1 Mon Sep 17 00:00:00 2001 From: Atul Kulkarni Date: Thu, 4 Dec 2025 11:26:19 -0600 Subject: [PATCH] Add missing header in alloc.h (#2086) [ROCm/rccl commit: 892d258319487cc2a96525ea66303d111714411f] --- projects/rccl/src/include/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/src/include/alloc.h b/projects/rccl/src/include/alloc.h index 8456c4bd69..6ebe828a36 100644 --- a/projects/rccl/src/include/alloc.h +++ b/projects/rccl/src/include/alloc.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "rccl_vars.h" #if CUDART_VERSION >= 11030