From: Vadim Zeitlin Date: Fri, 16 Jan 2009 23:01:04 +0000 (+0000) Subject: add wx/window.h for MSVC compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a79fe526de101dbb890535633d9c7b0c950e71a9 add wx/window.h for MSVC compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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