From: Václav Slavík Date: Sat, 2 Aug 2003 19:11:35 +0000 (+0000) Subject: Intel C++ needs time.h before sys/stat.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fd938b117780571129a03155ea0dc01fc73b7f23 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 --- diff --git a/src/common/file.cpp b/src/common/file.cpp index da27b425d1..d8f53811f0 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -58,6 +58,7 @@ // TODO: what to include? #elif (defined(__UNIX__) || defined(__GNUWIN32__)) #include + #include #include #ifdef __GNUWIN32__ #include "wx/msw/wrapwin.h"