add wx/app.h for PCH-less compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-17 11:38:32 +00:00
parent 2f3c22f9c2
commit c21dcf80f0

View File

@@ -18,10 +18,11 @@
#endif
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/event.h"
#include "wx/window.h"
#endif // WX_PRECOMP
#include "wx/event.h"
#include "wx/window.h"
#include "wx/scopeguard.h"
namespace