rocketmq-client-cpp
rocketmq-client-cpp copied to clipboard
EventLoop.h:112:15: error: field 'm_peerAddrPort' has incomplete type 'std::string'
relation issues:
- https://github.com/apache/rocketmq-client-cpp/issues/355
- https://github.com/apache/rocketmq-client-cpp/issues/361
when boost update to 1.72.0
os: macos

if use default boost, there will happen 355
@ThreeAndTwo Cloud you try to add #include <string> in "EventLoop.h" and "UtilAll.h"?