]> git.saurik.com Git - wxWidgets.git/commitdiff
Make it compile
authorRobert Roebling <robert@roebling.de>
Fri, 20 Aug 2010 15:22:52 +0000 (15:22 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 20 Aug 2010 15:22:52 +0000 (15:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/hyperlink.cpp

index 1f432871297a354fcd5f56f884e2aebfff1d0bf0..1eb3fb2ca18472371ffbcc681111e6f69c07984e 100644 (file)
@@ -25,7 +25,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/stattext.h"
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/msw/private.h"
+    #include "wx/msw/missing.h"
 #endif
 
 // ----------------------------------------------------------------------------