rocketmq-client-cpp icon indicating copy to clipboard operation
rocketmq-client-cpp copied to clipboard

EventLoop.h:112:15: error: field 'm_peerAddrPort' has incomplete type 'std::string'

Open ThreeAndTwo opened this issue 4 years ago • 1 comments

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 image

if use default boost, there will happen 355

ThreeAndTwo avatar Aug 11 '21 14:08 ThreeAndTwo

@ThreeAndTwo Cloud you try to add #include <string> in "EventLoop.h" and "UtilAll.h"?

ifplusor avatar Aug 16 '21 03:08 ifplusor