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"