Add missing header for minimalistic builds not using PCH.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2011 16:12:41 +0000 (16:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2011 16:12:41 +0000 (16:12 +0000)
commit3fb39fd56c1ee6cb487b6bbfc308353e47a98475
tree1d295ea5b926feb9f246736e0f32fa4402db0211
parenteb2087c5e6776aea6795d6bcb7161eaf17ac6c9e
Add missing header for minimalistic builds not using PCH.

wxWindow might not be fully declared in dcbase.cpp but we need its full
declaration for wxDCImpl::InheritAttributes() so explicitly include
wx/window.h -- while this is usually already included from somewhere else it
might not be in minimal builds with a lot of features disabled.

Closes #13380.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dcbase.cpp