Fix PCH-less compilation of graphicc.cpp under MSW too.

We need to include wx/window.h in all ports, not just wxGTK.

See #14194.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2012-04-08 10:10:20 +00:00
parent f2418860fe
commit 239e6af724

View File

@ -33,9 +33,7 @@
#include "wx/dcclient.h"
#include "wx/dcmemory.h"
#include "wx/dcprint.h"
#ifdef __WXGTK__
#include "wx/window.h"
#endif
#include "wx/window.h"
#endif
#include "wx/private/graphics.h"