From: Robert Roebling Date: Thu, 19 Aug 2010 18:17:51 +0000 (+0000) Subject: Make it compile a bit more X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03d291d9335dbe2b60c605d1cb6788565848c074 Make it compile a bit more git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/hyperlink.cpp b/src/msw/hyperlink.cpp index 0e4f5009f5..1f43287129 100644 --- a/src/msw/hyperlink.cpp +++ b/src/msw/hyperlink.cpp @@ -25,6 +25,7 @@ #ifndef WX_PRECOMP #include "wx/stattext.h" + #include "wx/msw/private.h" #endif // ----------------------------------------------------------------------------