Windows build fixes

This commit is contained in:
BenDroid 2017-11-23 21:05:44 +01:00
parent d4d5b63990
commit d6661ff34c
2 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,8 @@
#include <winsock2.h>
#include <windows.h>
#include <uv.h>
#include <string.h>
#include <string>
#include "Platform.h"

View file

@ -62,6 +62,7 @@
# endif
#endif
#include <string.h>
class Version
{