X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..1a07a730f05b69977e567fab04b415f1e6a81440:/include/wx/generic/private/timer.h diff --git a/include/wx/generic/private/timer.h b/include/wx/generic/private/timer.h index 9db8f41489..fcf598d1da 100644 --- a/include/wx/generic/private/timer.h +++ b/include/wx/generic/private/timer.h @@ -7,10 +7,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef _WX_GENERIC_PRIVATE_TIMER_H_ #define _WX_GENERIC_PRIVATE_TIMER_H_ +#if wxUSE_TIMER + #include "wx/private/timer.h" //----------------------------------------------------------------------------- @@ -40,4 +41,6 @@ private: wxTimerDesc *m_desc; }; +#endif // wxUSE_TIMER + #endif // _WX_GENERIC_PRIVATE_TIMER_H_