From: Włodzimierz Skiba Date: Sun, 15 Jan 2006 10:15:28 +0000 (+0000) Subject: Build fix for wxTheApp usage. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f24391587ce5794fac9043196bb04c0b4e293403 Build fix for wxTheApp usage. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/evtloopcmn.cpp b/src/common/evtloopcmn.cpp index 5cdd254975..36ce381b8d 100644 --- a/src/common/evtloopcmn.cpp +++ b/src/common/evtloopcmn.cpp @@ -25,6 +25,7 @@ #endif #include "wx/evtloop.h" +#include "wx/app.h" // ---------------------------------------------------------------------------- // globals @@ -149,4 +150,3 @@ void wxEventLoopManual::Exit(int rc) } #endif // __WXMSW__ || __WXMAC__ -