From 143712733086515ee6ed40bbd9b7f11ce7f9d2e8 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 21 Sep 2009 13:08:52 +0000 Subject: [PATCH] fixing include type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/ribbon/art.h | 10 +++++----- src/ribbon/buttonbar.cpp | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/wx/ribbon/art.h b/include/wx/ribbon/art.h index e239942414..f79065595e 100644 --- a/include/wx/ribbon/art.h +++ b/include/wx/ribbon/art.h @@ -16,11 +16,11 @@ #if wxUSE_RIBBON -#include -#include -#include -#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; diff --git a/src/ribbon/buttonbar.cpp b/src/ribbon/buttonbar.cpp index 52d8e52e0a..3de8011a5c 100644 --- a/src/ribbon/buttonbar.cpp +++ b/src/ribbon/buttonbar.cpp @@ -124,7 +124,7 @@ public: }; WX_DECLARE_OBJARRAY(wxRibbonButtonBarButtonInstance, wxArrayRibbonButtonBarButtonInstance); -#include +#include "wx/arrimpl.cpp" WX_DEFINE_OBJARRAY(wxArrayRibbonButtonBarButtonInstance); class wxRibbonButtonBarLayout -- 2.45.2