]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/hyperlink.cpp
Compilation fixes for wx{X11,GTK1,Motif} after making ref data non copyable.
[wxWidgets.git] / 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
 
 // ----------------------------------------------------------------------------