Fixed windows gcc build issues

This commit is contained in:
BenDroid 2018-01-14 19:57:59 +01:00
parent a90681537c
commit 656e93ad3c

View file

@ -66,9 +66,17 @@
# else
# define MSVC_VERSION 0
# endif
#include <string>
#else
#if defined(__FreeBSD__)
#include <string>
#else
#include <string.h>
#endif
#endif
#include <string>
class Version
{