From ec080ef1873995bcd9b20b0fc1a6d208a78540d3 Mon Sep 17 00:00:00 2001
From: Robert Roebling <robert@roebling.de>
Date: Fri, 20 Aug 2010 15:22:52 +0000
Subject: [PATCH] Make it compile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/msw/hyperlink.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/msw/hyperlink.cpp b/src/msw/hyperlink.cpp
index 1f43287129..1eb3fb2ca1 100644
--- a/src/msw/hyperlink.cpp
+++ b/src/msw/hyperlink.cpp
@@ -25,7 +25,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/stattext.h"
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/msw/private.h"
+    #include "wx/msw/missing.h"
 #endif
 
 // ----------------------------------------------------------------------------
-- 
2.47.2