projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a382f1
)
PCH-less build fixes
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 4 Dec 2008 15:17:25 +0000
(15:17 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 4 Dec 2008 15:17:25 +0000
(15:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57107
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/headerctrl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/headerctrl.cpp
b/src/msw/headerctrl.cpp
index 426c374e1e79b2b59f185fa9cfd3395b6a534a91..3acf89cd38141d6c1144c13b09dcfd53d3f63f92 100644
(file)
--- 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