11 lines
287 B
Diff
11 lines
287 B
Diff
|
|
--- 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>
|
||
|
|
|