From: Vadim Zeitlin Date: Thu, 17 Sep 2009 00:17:57 +0000 (+0000) Subject: More ribbon compilation fixes for OS X. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3175fc12b4b386754be7b9c1db13fcbc435e67da More ribbon compilation fixes for OS X. Add more headers for wxColour and wxFont. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/ribbon/art.h b/include/wx/ribbon/art.h index d52796b115..20d635742c 100644 --- a/include/wx/ribbon/art.h +++ b/include/wx/ribbon/art.h @@ -17,6 +17,8 @@ #if wxUSE_RIBBON #include +#include +#include #include class WXDLLIMPEXP_FWD_CORE wxDC;