X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..78fd3d12bc0f956d755a70564305863531010c34:/include/wx/unix/evtloop.h diff --git a/include/wx/unix/evtloop.h b/include/wx/unix/evtloop.h index 32fbfffddd..3f5b54913c 100644 --- a/include/wx/unix/evtloop.h +++ b/include/wx/unix/evtloop.h @@ -11,8 +11,9 @@ #ifndef _WX_UNIX_EVTLOOP_H_ #define _WX_UNIX_EVTLOOP_H_ +#if wxUSE_CONSOLE_EVENTLOOP + #include "wx/private/fdiodispatcher.h" -#include "wx/unix/private/timer.h" #include "wx/unix/pipe.h" // ---------------------------------------------------------------------------- @@ -68,4 +69,6 @@ private: DECLARE_NO_COPY_CLASS(wxConsoleEventLoop) }; +#endif // wxUSE_CONSOLE_EVENTLOOP + #endif // _WX_UNIX_EVTLOOP_H_