From: Robert Roebling Date: Fri, 20 Aug 2010 15:22:52 +0000 (+0000) Subject: Make it compile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ec080ef1873995bcd9b20b0fc1a6d208a78540d3 Make it compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/hyperlink.cpp b/src/msw/hyperlink.cpp index 1f43287129..1eb3fb2ca1 100644 --- a/src/msw/hyperlink.cpp +++ b/src/msw/hyperlink.cpp @@ -25,7 +25,9 @@ #ifndef WX_PRECOMP #include "wx/stattext.h" + #include "wx/msw/wrapcctl.h" // include "properly" #include "wx/msw/private.h" + #include "wx/msw/missing.h" #endif // ----------------------------------------------------------------------------