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