include wx/dcclient.h to declare wxWindowDC (blind fix for buildbot compilation error)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-22 21:54:45 +00:00
parent 1950edc304
commit b02d434010

View File

@@ -28,9 +28,12 @@
#include "wx/region.h"
#endif
#include "wx/dcclient.h"
#ifdef __WXMAC__
#include "wx/mac/private.h"
#endif
//-----------------------------------------------------------------------------
// constants
//-----------------------------------------------------------------------------