Windows build fixes
This commit is contained in:
parent
2e34175752
commit
71661ed17e
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <uv.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
|
||||
|
||||
#include "Platform.h"
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
class Version
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue