From f740587c9d406b5c7087853b85dbbb353362cb9a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 25 Dec 2010 14:19:07 +0000 Subject: [PATCH] Compilation fix for wxMSW build without PCH. We need wxApp declaration since the changes of r66425. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/hyperlink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/hyperlink.cpp b/src/msw/hyperlink.cpp index ff2e8e9ccc..de729770fd 100644 --- a/src/msw/hyperlink.cpp +++ b/src/msw/hyperlink.cpp @@ -24,6 +24,7 @@ #include "wx/hyperlink.h" #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/stattext.h" #include "wx/msw/wrapcctl.h" // include "properly" #include "wx/msw/private.h" -- 2.50.0