From 33f9f48e207eae2de6f5572c5af85eb5ec8030dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 29 May 2006 14:23:26 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/hyperlink.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/generic/hyperlink.cpp b/src/generic/hyperlink.cpp index 7b48ede6dc..c38f595f52 100644 --- a/src/generic/hyperlink.cpp +++ b/src/generic/hyperlink.cpp @@ -34,6 +34,9 @@ #ifndef WX_PRECOMP #include "wx/utils.h" // for wxLaunchDefaultBrowser + #include "wx/dcclient.h" + #include "wx/menu.h" + #include "wx/log.h" #endif #include "wx/clipbrd.h" -- 2.50.0