]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
force making stats
[wxWidgets.git] / src / gtk / app.cpp
index db8547b8409e05317e7123f3faa3248fa7641260..08de37e9aeabbcc20bf09625cb5dfe88a57a51a5 100644 (file)
@@ -25,6 +25,7 @@
 #include "wx/settings.h"
 #include "wx/dialog.h"
 #include "wx/msgdlg.h"
+#include "wx/file.h"
 
 #if wxUSE_WX_RESOURCES
     #include "wx/resource.h"
@@ -544,7 +545,7 @@ bool wxApp::SendIdleEvents( wxWindow* win )
     event.SetEventObject(win);
 
     win->GetEventHandler()->ProcessEvent(event);
-
+    
     if (event.MoreRequested())
         needMore = TRUE;