From 2ca5f6b03fbae4bfe9edd62f04c4a88d273c2ac8 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 31 Aug 2023 11:44:04 +0200 Subject: remote: Extract port parsing in own library --- src/buildtool/execution_api/remote/bazel/bytestream_client.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/execution_api/remote/bazel/bytestream_client.hpp') 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" -- cgit v1.2.3