Fix some missing header files (#6527)

This commit is contained in:
mehrdadn 2019-12-18 16:54:51 -08:00 committed by Philipp Moritz
parent 3af5fe60e7
commit 012c0ca7dc
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#include <unistd.h>
#include <chrono>
#include <iostream>
#include <random>

View file

@ -1,3 +1,5 @@
#include <unistd.h>
#include <iostream>
#include <thread>

View file

@ -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"