X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52c9b3490726ee4ad722d7a8fe329e9533ac94fb..ae6a64b6af83a95769363424e09d117a96a15a4c:/src/common/evtloopcmn.cpp diff --git a/src/common/evtloopcmn.cpp b/src/common/evtloopcmn.cpp index 5cdd254975..711ada6006 100644 --- a/src/common/evtloopcmn.cpp +++ b/src/common/evtloopcmn.cpp @@ -26,6 +26,10 @@ #include "wx/evtloop.h" +#ifndef WX_PRECOMP + #include "wx/app.h" +#endif //WX_PRECOMP + // ---------------------------------------------------------------------------- // globals // ---------------------------------------------------------------------------- @@ -33,7 +37,7 @@ wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL; // wxEventLoopManual is unused in the other ports -#if defined(__WXMSW__) || defined(__WXMAC__) +#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) // ============================================================================ // wxEventLoopManual implementation @@ -148,5 +152,4 @@ void wxEventLoopManual::Exit(int rc) WakeUp(); } -#endif // __WXMSW__ || __WXMAC__ - +#endif // __WXMSW__ || __WXMAC__ || __WXDFB__