Skip to content

Commit b1ac674

Browse files
committed
fixed:linux build error
1 parent 86e4535 commit b1ac674

File tree

2 files changed

+2
-1
lines changed
  • XEngine_Source

2 files changed

+2
-1
lines changed

XEngine_Source/MQCore_SessionModule/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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>

XEngine_Source/XEngine_MQServiceApp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++17
22
RELEASE = 0
33
UNICODE = 0
44
LOADBIN = 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
77
LIBEX = -ldl -lpthread
88
LOADSO = -Wl,-rpath=./,--disable-new-dtags

0 commit comments

Comments
 (0)