diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-11-07 11:41:12 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:05 +0100 |
commit | e24b0a8cbebee4e5dc9fa3c071753acbeb1bdde0 (patch) | |
tree | b6159c1d644a4141fec0935e17c44b84d6e961f8 /src/buildtool/execution_api/execution_service/bytestream_server.hpp | |
parent | 300adf3d40cf9e87b277e6922b571c3938d41655 (diff) | |
download | justbuild-e24b0a8cbebee4e5dc9fa3c071753acbeb1bdde0.tar.gz |
execution_api/execution_service: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/execution_api/execution_service/bytestream_server.hpp')
-rw-r--r-- | src/buildtool/execution_api/execution_service/bytestream_server.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/execution_service/bytestream_server.hpp b/src/buildtool/execution_api/execution_service/bytestream_server.hpp index 27ea1972..89bbcdda 100644 --- a/src/buildtool/execution_api/execution_service/bytestream_server.hpp +++ b/src/buildtool/execution_api/execution_service/bytestream_server.hpp @@ -15,7 +15,10 @@ #ifndef BYTESTREAM_SERVER_HPP #define BYTESTREAM_SERVER_HPP +#include <grpcpp/grpcpp.h> + #include "google/bytestream/bytestream.grpc.pb.h" +#include "google/bytestream/bytestream.pb.h" #include "gsl/gsl" #include "src/buildtool/execution_api/local/context.hpp" #include "src/buildtool/logging/logger.hpp" |