lichao
2021-05-27 026bbfaf2b5d73a26b8e2fa49158883ef64c211b
box/center.h
@@ -23,6 +23,7 @@
#include <map>
#include <memory>
class CenterTopicNode;
class TcpServer;
class BHCenter
{
@@ -53,6 +54,7 @@
   std::map<std::string, std::shared_ptr<ShmSocket>> sockets_;
   std::unique_ptr<CenterTopicNode> topic_node_;
   std::unique_ptr<TcpServer> tcp_server_;
};
#endif // end of include guard: CENTER_TM9OUQTG