[build] /usr/include/c++/7/bits/unique_ptr.h: In instantiation of ‘void std::default_delete<_Tp>::operator()(_Tp*) const [with _Tp = grpc::Server]’:
[build] /usr/include/c++/7/bits/unique_ptr.h:268:17: required from ‘std::unique_ptr<_Tp, _Dp>::~unique_ptr() [with _Tp = grpc::Server; _Dp = std::default_delete<grpc::Server>]’
[build] /home/developer/open-iot-server/deployment-management-controller/grpc_server.hpp:50:9: required from here
[build] /usr/include/c++/7/bits/unique_ptr.h:76:22: error: invalid application of ‘sizeof’ to incomplete type ‘grpc::Server’
[build] static_assert(sizeof(_Tp)>0,
[build] ^