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
This commit is contained in:
Vadim Zeitlin 2009-09-17 00:17:57 +00:00
parent 91d33c61a5
commit 3175fc12b4

View File

@ -17,6 +17,8 @@
#if wxUSE_RIBBON
#include <wx/brush.h>
#include <wx/colour.h>
#include <wx/font.h>
#include <wx/pen.h>
class WXDLLIMPEXP_FWD_CORE wxDC;