blob: 297627819f2cd7aed19472b335822dedd4b56b86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
gtest 1.14 included iomanip, gtest 1.15 does not anymore.
Upstream bug: https://github.com/ROCm/rccl/issues/1455
--- a/test/common/TestBed.cpp
+++ b/test/common/TestBed.cpp
@@ -4,6 +4,7 @@
* See LICENSE.txt for license information
************************************************************************/
#include <unistd.h>
+#include <iomanip>
#include "TestBed.hpp"
#include <rccl/rccl.h>
|