diff options
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" |