MSVC doesn't offer strings.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user