File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717#include < memory>
1818#include < string>
1919#include < thread>
20+ #include < list>
2021#include < shared_mutex>
2122#include < unordered_map>
2223#include < XEngine_Include/XEngine_CommHdr.h>
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++17
22RELEASE = 0
33UNICODE = 0
44LOADBIN = 0
5- LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_ManagePool -lXEngine_SystemApi -lHelpComponents_XLog -lHelpComponents_Packets -lRfcComponents_WSProtocol -lRfcComponents_HttpServer -lNetHelp_APIHelp \
5+ LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_ManagePool -lXEngine_SystemApi -lHelpComponents_XLog -lHelpComponents_Packets -lRfcComponents_WSProtocol -lRfcComponents_HttpServer -lNetHelp_APIClient \
66 -lMQCore_ConfigModule -lMQCore_ProtocolModule -lMQCore_SessionModule -lMQCore_DBModule -ljsoncpp
77LIBEX = -ldl -lpthread
88LOADSO = -Wl,-rpath=./,--disable-new-dtags
You can’t perform that action at this time.
0 commit comments