mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 05:04:40 +00:00
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>
|
|
|