From: Vadim Zeitlin Date: Tue, 30 Oct 2001 16:44:45 +0000 (+0000) Subject: added stat.h include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f2570aaf16049c11fc50d85cb15952e73bbab85 added stat.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/filename.cpp b/src/common/filename.cpp index d3f34e5aa2..33361e5ba6 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -53,6 +53,8 @@ #ifdef __UNIX_LIKE__ #include #include + #include + #include #endif // ----------------------------------------------------------------------------