mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix some missing header files (#6527)
This commit is contained in:
parent
3af5fe60e7
commit
012c0ca7dc
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
#include <random>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef RAY_UTIL_TEST_UTIL_H
|
||||
#define RAY_UTIL_TEST_UTIL_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "ray/common/buffer.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue