Fix building Windows wheels (#22388)

This commit is contained in:
mwtian 2022-02-15 08:17:34 -08:00 committed by GitHub
parent 6882ca0717
commit c857f34cc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -818,9 +818,10 @@ cc_test(
deps = [
":core_worker_lib",
":gcs",
"//src/ray/protobuf:runtime_env_common_cc_proto",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_googletest//:gtest_main",
"@com_google_googletest//:gtest",
],
)

View file

@ -37,6 +37,7 @@
#include "ray/util/filesystem.h"
#include "src/ray/protobuf/core_worker.pb.h"
#include "src/ray/protobuf/gcs.pb.h"
#include "src/ray/protobuf/runtime_env_common.pb.h"
namespace {