#include #include "protodefs/include/protos.grpc.pb.h" class rpcStub{ public: rpcStub(int port); private: std::unique_ptr server; };