X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76a5e5d21ee1a6230d777ce0209b2df4c6075f0f..b4efa0696e9b6fdc6b19441981c5e0341d177a48:/src/mac/carbon/timer.cpp diff --git a/src/mac/carbon/timer.cpp b/src/mac/carbon/timer.cpp index e2693c3e8a..d485c86b8c 100644 --- a/src/mac/carbon/timer.cpp +++ b/src/mac/carbon/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 {