Skip to content

Commit

Permalink
Common/Platform: sys/utime.h include moved to Windows inl.
Browse files Browse the repository at this point in the history
Slash symbol fixed by the way.
  • Loading branch information
Kaffeine committed May 27, 2016
1 parent 21a7f2e commit da996ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Common/Platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "Common/Compiler.inl"

#include <ctime>
#include <sys\utime.h>

#if defined(LINUX)
#include "Common/PlatformLinux.inl"
Expand Down
2 changes: 2 additions & 0 deletions src/Common/PlatformWindows.inl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#define _WIN32_WINNT 0x0501
#endif

#include <sys/utime.h>

#define NOGDICAPMASKS
//#define NOSYSMETRICS
#define NOMENUS
Expand Down

0 comments on commit da996ce

Please sign in to comment.