mirror of https://github.com/axmolengine/axmol.git
fix compiling error cause by undefined ssize_t on vs.
This commit is contained in:
parent
8fbe47cf55
commit
d0e3a81d18
|
@ -31,7 +31,7 @@
|
|||
#define __CC_WEBSOCKET_H__
|
||||
|
||||
#include "CCPlatformMacros.h"
|
||||
|
||||
#include "CCStdC.h"
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in New Issue