diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-31 11:44:04 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-13 16:14:43 +0200 |
commit | 2ca5f6b03fbae4bfe9edd62f04c4a88d273c2ac8 (patch) | |
tree | 02cd9ddc9ff287259956de9282091ca46c3879da /src/buildtool/execution_api/remote/bazel/bytestream_client.hpp | |
parent | ece5187ea8984d31a335ed1078bd421e979f7513 (diff) | |
download | justbuild-2ca5f6b03fbae4bfe9edd62f04c4a88d273c2ac8.tar.gz |
remote: Extract port parsing in own library
Diffstat (limited to 'src/buildtool/execution_api/remote/bazel/bytestream_client.hpp')
-rw-r--r-- | src/buildtool/execution_api/remote/bazel/bytestream_client.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/remote/bazel/bytestream_client.hpp b/src/buildtool/execution_api/remote/bazel/bytestream_client.hpp index 087c5667..dd1aa773 100644 --- a/src/buildtool/execution_api/remote/bazel/bytestream_client.hpp +++ b/src/buildtool/execution_api/remote/bazel/bytestream_client.hpp @@ -24,6 +24,7 @@ #include "google/bytestream/bytestream.grpc.pb.h" #include "src/buildtool/common/remote/client_common.hpp" +#include "src/buildtool/common/remote/port.hpp" #include "src/buildtool/execution_api/common/bytestream_common.hpp" #include "src/buildtool/execution_api/remote/config.hpp" #include "src/buildtool/logging/logger.hpp" |