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/cas_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/cas_server.hpp')
-rw-r--r-- | src/buildtool/execution_api/execution_service/cas_server.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildtool/execution_api/execution_service/cas_server.hpp b/src/buildtool/execution_api/execution_service/cas_server.hpp index 2e139560..122d0648 100644 --- a/src/buildtool/execution_api/execution_service/cas_server.hpp +++ b/src/buildtool/execution_api/execution_service/cas_server.hpp @@ -15,8 +15,7 @@ #ifndef CAS_SERVER_HPP #define CAS_SERVER_HPP -#include <optional> -#include <string> +#include <grpcpp/grpcpp.h> #include "build/bazel/remote/execution/v2/remote_execution.grpc.pb.h" #include "gsl/gsl" |