X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39affc045124e15a0e89a0629a9370725948dc26..fd3a0ca9e1823d135bd4c43823e842aea3bb1395:/src/common/stopwatch.cpp diff --git a/src/common/stopwatch.cpp b/src/common/stopwatch.cpp index 5a3776da28..22ecaadecd 100644 --- a/src/common/stopwatch.cpp +++ b/src/common/stopwatch.cpp @@ -58,12 +58,15 @@ # undef HAVE_GETTIMEOFDAY #endif +#ifndef __WXPALMOS5__ #ifndef __WXWINCE__ #include #else #include "wx/msw/private.h" #include "wx/msw/wince/time.h" #endif +#endif // __WXPALMOS5__ + #if !defined(__WXMAC__) && !defined(__WXWINCE__) #include // for time_t