Fix Windows _wutime compilation

This commit is contained in:
James Turner
2018-01-31 13:10:34 +00:00
parent 5c30ca5dc6
commit c59f2a0749

View File

@@ -42,6 +42,7 @@
#if defined(SG_WINDOWS)
# include <direct.h>
# include <sys/utime.h>
#endif
#include "sg_path.hxx"