baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.95k stars 881 forks source link

`butil::EndPoint` requires header file <butil/endpoint.h> #387

Open 4kangjc opened 1 year ago

4kangjc commented 1 year ago

https://github.com/baidu/braft/blob/master/src/braft/raft_service.h missing header file <butil/endpoint.h>, please add it.