X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84bf3902cfd2eb61681163ddcf1d4f6c4aa166a1..46405e36bf9962b251e77e5048e96bf6a54edb15:/src/msw/hyperlink.cpp diff --git a/src/msw/hyperlink.cpp b/src/msw/hyperlink.cpp index 0e4f5009f5..1eb3fb2ca1 100644 --- a/src/msw/hyperlink.cpp +++ b/src/msw/hyperlink.cpp @@ -25,6 +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 // ----------------------------------------------------------------------------