X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91d33c61a5af8ff5b1dbac696184eecce40476cc..fd90675b89c7f0b8fb9c6749f8314a26e23b1b95:/include/wx/ribbon/art.h?ds=inline diff --git a/include/wx/ribbon/art.h b/include/wx/ribbon/art.h index d52796b115..9f1a74f890 100644 --- a/include/wx/ribbon/art.h +++ b/include/wx/ribbon/art.h @@ -16,8 +16,11 @@ #if wxUSE_RIBBON -#include -#include +#include "wx/brush.h" +#include "wx/colour.h" +#include "wx/font.h" +#include "wx/pen.h" +#include "wx/bitmap.h" class WXDLLIMPEXP_FWD_CORE wxDC; class WXDLLIMPEXP_FWD_CORE wxWindow; @@ -626,7 +629,7 @@ protected: wxColour m_button_bar_active_background_top_colour; wxColour m_button_bar_active_background_top_gradient_colour; wxColour m_gallery_button_background_colour; - wxColour m_gallery_button_background_gradient_colour; + wxColour m_gallery_button_background_gradient_colour; wxColour m_gallery_button_hover_background_colour; wxColour m_gallery_button_hover_background_gradient_colour; wxColour m_gallery_button_active_background_colour;