X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19193a2c85987b595932957e73013e7ea100f0e8..0ded6bb695f82a0b98d0862ec6870fc5c6cb8b97:/src/common/file.cpp 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)