PCH-less build fix by Tim S

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-15 19:34:58 +00:00
parent bf02a7f976
commit 8bd9fa338e
5 changed files with 8 additions and 3 deletions

View File

@@ -24,12 +24,13 @@
#pragma hdrstop
#endif
#include "wx/evtloop.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/event.h"
#endif //WX_PRECOMP
#include "wx/evtloop.h"
// ----------------------------------------------------------------------------
// globals
// ----------------------------------------------------------------------------