From 4e406acc43d76f17246a6da05b0878cadd53b7ff Mon Sep 17 00:00:00 2001 From: Nilesh M Negi Date: Tue, 11 Feb 2025 09:48:47 -0600 Subject: [PATCH] [UT] Include iomanip if not defined (#1510) * [UT] Include iomanip if not defined Signed-off-by: nileshnegi * Remove include guards `iomanip.h` has pre-defined include guards. These are not needed. Co-authored-by: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com> --------- Signed-off-by: nileshnegi Co-authored-by: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com> --- test/common/TestBed.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/TestBed.hpp b/test/common/TestBed.hpp index 132aa5256c..7f0f77edcc 100644 --- a/test/common/TestBed.hpp +++ b/test/common/TestBed.hpp @@ -10,6 +10,7 @@ #include "TestBedChild.hpp" #include "EnvVars.hpp" #include +#include namespace RcclUnitTesting {