]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/hyperlink.cpp
fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)
[wxWidgets.git] / src / generic / hyperlink.cpp
index 7b48ede6dcd47e35acbf76fead65d2726b1762d1..c38f595f5250878868f64a4d3a547729954efa46 100644 (file)
@@ -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"