From: Vadim Zeitlin Date: Thu, 4 Dec 2008 15:17:25 +0000 (+0000) Subject: PCH-less build fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9ef3e400e02320aecf2ac883f0b58ad3a01932b3 PCH-less build fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/headerctrl.cpp b/src/msw/headerctrl.cpp index 426c374e1e..3acf89cd38 100644 --- a/src/msw/headerctrl.cpp +++ b/src/msw/headerctrl.cpp @@ -24,12 +24,14 @@ #endif #ifndef WX_PRECOMP + #include "wx/log.h" #endif // WX_PRECOMP #include "wx/headerctrl.h" #include "wx/imaglist.h" #include "wx/msw/wrapcctl.h" +#include "wx/msw/private.h" // ============================================================================ // wxHeaderCtrl implementation