From a79fe526de101dbb890535633d9c7b0c950e71a9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Jan 2009 23:01:04 +0000 Subject: [PATCH] add wx/window.h for MSVC compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/events/propagation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/events/propagation.cpp b/tests/events/propagation.cpp index 27c395eccf..311fb171ef 100644 --- a/tests/events/propagation.cpp +++ b/tests/events/propagation.cpp @@ -21,6 +21,7 @@ #endif // WX_PRECOMP #include "wx/event.h" +#include "wx/window.h" #include "wx/scopeguard.h" namespace