X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19193a2c85987b595932957e73013e7ea100f0e8..fa1c12bdd76acc21ddb45b90bb53b2f58aed946d:/src/common/file.cpp?ds=sidebyside diff --git a/src/common/file.cpp b/src/common/file.cpp index 667b99a32c..0973ec9c38 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -88,6 +88,9 @@ #ifndef __MWERKS__ #include // needed for stat #include // stat +#elif ( defined(__MWERKS__) && defined(__WXMSW__) ) + #include // needed for stat + #include // stat #endif #if defined(__BORLANDC__) || defined(_MSC_VER)