From 82a822b646fef99203faf238813e1dac3278ef72 Mon Sep 17 00:00:00 2001 From: Rakesh Roy <137397847+rakesroy@users.noreply.github.com> Date: Fri, 4 Jul 2025 18:57:30 +0530 Subject: [PATCH] Fix chrono build error (#1790) [ROCm/rccl commit: dd3b1d816cafbe0903883beaf78dd953e820f48c] --- projects/rccl/test/common/TestBed.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rccl/test/common/TestBed.hpp b/projects/rccl/test/common/TestBed.hpp index 7f0f77edcc..6192289e61 100644 --- a/projects/rccl/test/common/TestBed.hpp +++ b/projects/rccl/test/common/TestBed.hpp @@ -11,6 +11,7 @@ #include "EnvVars.hpp" #include #include +#include namespace RcclUnitTesting {