#include "wx/timer.h"
// I'm told VMS is POSIX, so should have localtime()
-#if defined(__WXMSW__) || defined(__VMS__) || defined(__WXPM__)
+#if defined(__WXMSW__) || defined(__VMS__) || defined(__WXPM__) || defined(__WXMAC__)
// configure might have found it already for us
#ifndef HAVE_LOCALTIME
#define HAVE_LOCALTIME
// TODO: #define WX_GMTOFF_IN_TM for Windows compilers which have it here
#if defined(__WIN32__) && !defined(WX_GMTOFF_IN_TM)
- #include <winbase.h>
+ #include <windows.h>
#endif
#if defined(HAVE_GETTIMEOFDAY)