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
This commit is contained in:
Vadim Zeitlin
2012-10-27 01:27:13 +00:00
parent bdb4b8320d
commit 65b139c8d1

View File

@@ -20,6 +20,7 @@
#include "wx/colour.h" #include "wx/colour.h"
#include "wx/filesys.h" #include "wx/filesys.h"
#include "wx/imaglist.h" #include "wx/imaglist.h"
#include "wx/window.h"
class WXDLLIMPEXP_FWD_ADV wxAnimation; class WXDLLIMPEXP_FWD_ADV wxAnimation;