PCH-less build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-12-04 15:17:25 +00:00
parent 9a382f1fad
commit 9ef3e400e0

View File

@ -24,12 +24,14 @@
#endif #endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/log.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/headerctrl.h" #include "wx/headerctrl.h"
#include "wx/imaglist.h" #include "wx/imaglist.h"
#include "wx/msw/wrapcctl.h" #include "wx/msw/wrapcctl.h"
#include "wx/msw/private.h"
// ============================================================================ // ============================================================================
// wxHeaderCtrl implementation // wxHeaderCtrl implementation