Fixed windows gcc build issues

This commit is contained in:
BenDroid 2018-01-14 19:57:59 +01:00
parent 34f7fcc957
commit c7d9074ab4

View file

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