X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76a5e5d21ee1a6230d777ce0209b2df4c6075f0f..5541d1fda4b73af86e42b2f43724f0c063a352d0:/src/mac/timer.cpp?ds=inline diff --git a/src/mac/timer.cpp b/src/mac/timer.cpp index e2693c3e8a..d485c86b8c 100644 --- a/src/mac/timer.cpp +++ b/src/mac/timer.cpp @@ -22,6 +22,9 @@ IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject) #ifdef __WXMAC__ #include "wx/mac/private.h" #endif +#ifndef __DARWIN__ +#include +#endif typedef struct MacTimerInfo {