Skip to content

Commit 4f559d6

Browse files
committed
fixed:build error download app
1 parent 2bba5be commit 4f559d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

XEngine_APPClient/APPClient_Download/APPClient_Download.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <XEngine_Include/XEngine_SystemSdk/ProcFile_Define.h>
2222
#include <XEngine_Include/XEngine_SystemSdk/SystemApi_Define.h>
2323
#include <XEngine_Include/XEngine_SystemSdk/SystemApi_Error.h>
24+
#include "../../XEngine_Source/XStorage_Protocol.h"
2425
using namespace std;
2526

2627
#pragma comment(lib,"x86/XEngine_BaseLib/XEngine_BaseLib")
@@ -31,7 +32,7 @@ using namespace std;
3132

3233
typedef struct
3334
{
34-
XENGINE_PROTOCOLFILE st_ProtocolFile;
35+
XENGINE_PROTOCOL_FILE st_ProtocolFile;
3536
CHAR tszIPAddr[64];
3637
}P2PFILE_INFO;
3738

0 commit comments

Comments
 (0)