X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07cf98cb8eb7625eeffc95e407a9fa1ad863b451..285c163f987b73d7773c758db75a925d380764fa:/src/common/timercmn.cpp?ds=sidebyside diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 63a4eced88..bd4d7018d2 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -36,7 +36,7 @@ #include "wx/timer.h" // I'm told VMS is POSIX, so should have localtime() -#if defined(__WXMSW__) || defined(__VMS__) +#if defined(__WXMSW__) || defined(__VMS__) || defined(__WXPM__) || defined(__WXMAC__) // configure might have found it already for us #ifndef HAVE_LOCALTIME #define HAVE_LOCALTIME @@ -46,7 +46,7 @@ // TODO: #define WX_GMTOFF_IN_TM for Windows compilers which have it here #if defined(__WIN32__) && !defined(WX_GMTOFF_IN_TM) - #include + #include #endif #if defined(HAVE_GETTIMEOFDAY)