Intel C++ needs time.h before sys/stat.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
190869b2f5
commit
fd938b1177
@ -58,6 +58,7 @@
|
||||
// TODO: what to include?
|
||||
#elif (defined(__UNIX__) || defined(__GNUWIN32__))
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef __GNUWIN32__
|
||||
#include "wx/msw/wrapwin.h"
|
||||
|
Loading…
Reference in New Issue
Block a user