Added additional fix for #16

This commit is contained in:
BenDroid 2017-12-29 21:42:46 +01:00
parent 02534a3679
commit 9f0bc484c3

View file

@ -67,6 +67,8 @@
# define MSVC_VERSION 0 # define MSVC_VERSION 0
# endif # endif
#include <string> #include <string>
#else
#include <string.h>
#endif #endif