From fd938b117780571129a03155ea0dc01fc73b7f23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 2 Aug 2003 19:11:35 +0000 Subject: [PATCH] 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 --- src/common/file.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.0