From: Vadim Zeitlin Date: Sat, 17 Jan 2009 11:38:32 +0000 (+0000) Subject: add wx/app.h for PCH-less compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c21dcf80f08e800122649557c9b5bcc61263abd1?ds=sidebyside 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 --- diff --git a/tests/events/propagation.cpp b/tests/events/propagation.cpp index 311fb171ef..43adbd39d7 100644 --- a/tests/events/propagation.cpp +++ b/tests/events/propagation.cpp @@ -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