X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20ceebaa878e9fb54e678c6498aeaeeaae9f0590..6dfbea27b9d581dbb6c033e2b336d6035f5e4fc8:/include/wx/univ/scrtimer.h diff --git a/include/wx/univ/scrtimer.h b/include/wx/univ/scrtimer.h index 7e4e8bdd05..a94c528f7f 100644 --- a/include/wx/univ/scrtimer.h +++ b/include/wx/univ/scrtimer.h @@ -14,6 +14,10 @@ // NB: this class is implemented in scrolbar.cpp +#include "wx/defs.h" + +#if wxUSE_TIMER + #include "wx/timer.h" // ---------------------------------------------------------------------------- @@ -42,4 +46,6 @@ protected: bool m_skipNext; }; +#endif // wxUSE_TIMER + #endif // _WX_UNIV_SCRTIMER_H