From 65b139c8d1277f5a6b13f9cfd392b30d6dafaf0a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Oct 2012 01:27:13 +0000 Subject: [PATCH] Fix PCH-less build after previous commit. Need to include wx/window.h now that wx/animate.h is not included any more. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xrc/xmlreshandler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/xrc/xmlreshandler.h b/include/wx/xrc/xmlreshandler.h index d0ad233519..a92fee0349 100644 --- a/include/wx/xrc/xmlreshandler.h +++ b/include/wx/xrc/xmlreshandler.h @@ -20,6 +20,7 @@ #include "wx/colour.h" #include "wx/filesys.h" #include "wx/imaglist.h" +#include "wx/window.h" class WXDLLIMPEXP_FWD_ADV wxAnimation; -- 2.45.2