mirror of https://github.com/axmolengine/axmol.git
Merge pull request #1991 from SevInf/patch-1
fixed #1729: Making ScriptingCore.cpp compiled fine with C++11 on iOS
This commit is contained in:
commit
1c798d111b
|
@ -25,6 +25,7 @@
|
|||
#include <WS2tcpip.h>
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
#include <pthread.h>
|
||||
|
|
Loading…
Reference in New Issue