]> git.saurik.com Git - wxWidgets.git/commitdiff
Make it compile a bit more
authorRobert Roebling <robert@roebling.de>
Thu, 19 Aug 2010 18:17:51 +0000 (18:17 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 19 Aug 2010 18:17:51 +0000 (18:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/hyperlink.cpp

index 0e4f5009f5409d7d135a6777e62880d81b0cd2d1..1f432871297a354fcd5f56f884e2aebfff1d0bf0 100644 (file)
@@ -25,6 +25,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/stattext.h"
+    #include "wx/msw/private.h"
 #endif
 
 // ----------------------------------------------------------------------------