From: Vadim Zeitlin Date: Sat, 25 Dec 2010 14:19:07 +0000 (+0000) Subject: Compilation fix for wxMSW build without PCH. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f740587c9d406b5c7087853b85dbbb353362cb9a 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 --- 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"