diff --git a/ApplicationCode/GrpcInterface/RiaGrpcCallbacks.h b/ApplicationCode/GrpcInterface/RiaGrpcCallbacks.h index cc34e3968b..ae89b05ff3 100644 --- a/ApplicationCode/GrpcInterface/RiaGrpcCallbacks.h +++ b/ApplicationCode/GrpcInterface/RiaGrpcCallbacks.h @@ -22,6 +22,10 @@ #include #include #include +#include +#include +#include +#include using grpc::CompletionQueue; using grpc::ServerAsyncReader; @@ -29,7 +33,6 @@ using grpc::ServerAsyncResponseWriter; using grpc::ServerAsyncWriter; using grpc::ServerCompletionQueue; using grpc::ServerContext; -using grpc::ServerWriter; using grpc::Status; class RiaGrpcServiceInterface;