Compilation fix for wxTreeListCtrl when not using PCH.

Include wx/dc.h normally included from wx/wxprec.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2011-08-27 14:50:01 +00:00
parent 211d331379
commit 00fa267c1e

View File

@ -24,6 +24,7 @@
#endif
#ifndef WX_PRECOMP
#include "wx/dc.h"
#endif // WX_PRECOMP
#include "wx/treelist.h"