X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29468083f4aa7e7006809ebcc2b7cda0773f76fa..74ebd40690d3676e74a7cfc239eee6c7e9764f05:/src/common/stopwatch.cpp diff --git a/src/common/stopwatch.cpp b/src/common/stopwatch.cpp index 7575e5ba95..cd13eb0588 100644 --- a/src/common/stopwatch.cpp +++ b/src/common/stopwatch.cpp @@ -79,8 +79,18 @@ #endif #ifdef __WXMAC__ +#ifndef __DARWIN__ #include #include +#else + #include +#endif +#endif + +#ifdef __WXPALMOS__ + #include + #include + #include #endif // ----------------------------------------------------------------------------