]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for wxMSW build without PCH.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 14:19:07 +0000 (14:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 14:19:07 +0000 (14:19 +0000)
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

index ff2e8e9ccc7b1bea97943c9db1ed1408cf80a715..de729770fd53bf3853bae9b10fc64fa8b1b4b317 100644 (file)
@@ -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 <commctrl.h> "properly"
     #include "wx/msw/private.h"