Skip to content

Commit 023ccce

Browse files
committed
fixed:lost header file on mac
1 parent c1505a6 commit 023ccce

File tree

1 file changed

+2
-0
lines changed
  • XEngine_Source/XEngine_ModuleHelp

1 file changed

+2
-0
lines changed

XEngine_Source/XEngine_ModuleHelp/pch.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include "framework.h"
1313
#include <tchar.h>
1414
#include <WinSock2.h>
15+
#else
16+
#include <sys/types.h>
1517
#endif
1618
#endif //PCH_H
1719
#include "../XEngine_BuildSwitch.h"

0 commit comments

Comments
 (0)