mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 12:10:57 -06:00
Fix potential incompatibility with grpc v1.23.0+
See: https://github.com/grpc/grpc/pull/19435
This commit is contained in:
parent
9b2c5c1382
commit
26217dc665
@ -22,6 +22,10 @@
|
||||
#include <QString>
|
||||
#include <grpc/support/log.h>
|
||||
#include <grpcpp/grpcpp.h>
|
||||
#include <grpcpp/server_context.h>
|
||||
#include <grpcpp/support/async_stream.h>
|
||||
#include <grpcpp/support/async_unary_call.h>
|
||||
#include <grpcpp/support/sync_stream.h>
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user