From c21dcf80f08e800122649557c9b5bcc61263abd1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 17 Jan 2009 11:38:32 +0000 Subject: [PATCH] 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 --- tests/events/propagation.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.45.2