MSVC doesn't offer strings.h

This commit is contained in:
John Emmas 2021-06-29 10:01:23 +01:00
parent a0f49fe5d0
commit 821d79e5a8

View File

@ -19,12 +19,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <vector>
#ifdef COMPILER_MSVC
#include <sys/utime.h>
#else
#include <strings.h>
#include <utime.h>
#endif