]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix for wxTheApp usage.
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 15 Jan 2006 10:15:28 +0000 (10:15 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 15 Jan 2006 10:15:28 +0000 (10:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/evtloopcmn.cpp

index 5cdd2549754a4337745cd3b1f8d3a0a51452c658..36ce381b8da04b368827c60a283df19f424c3817 100644 (file)
@@ -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__
-