]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing includes
authorJulian Smart <julian@anthemion.co.uk>
Thu, 17 Sep 2009 08:18:52 +0000 (08:18 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 17 Sep 2009 08:18:52 +0000 (08:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/ribbon/art.h
src/ribbon/art_aui.cpp
src/ribbon/art_internal.cpp
src/ribbon/art_msw.cpp
src/ribbon/panel.cpp

index 20d635742c3056d9aec2c5f6201e4c21b935dbff..e239942414952eb391d3be0e46f97e159f994094 100644 (file)
@@ -20,6 +20,7 @@
 #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;
index c21ac1cadb4329b4644c3ba9907c279eaa8938b2..39715c47b93c3d9c49cd047392d1fd2ca5267ebe 100644 (file)
@@ -15,6 +15,8 @@
     #pragma hdrstop
 #endif
 
+#include "wx/dc.h"
+#include "wx/settings.h"
 #include "wx/ribbon/art.h"
 
 #if wxUSE_RIBBON
index d96790adb74e0f8730b940ee1a08175eb3383f29..7f90889eb6847720aea37e628ba1ccdb1d630a1d 100644 (file)
@@ -15,6 +15,7 @@
     #pragma hdrstop
 #endif
 
+#include "wx/dc.h"
 #include "wx/ribbon/art.h"
 
 #if wxUSE_RIBBON
index 5f70558798991c33076f5577971d595ea60bbf11..5ed271fe2a0ca013110d996da848f1c22503ecd7 100644 (file)
@@ -15,6 +15,7 @@
     #pragma hdrstop
 #endif
 
+#include "wx/dcmemory.h"
 #include "wx/ribbon/art.h"
 
 #if wxUSE_RIBBON
index 69225d32c92c9713596b60fc5434bdcc667d3bb3..b136bb12a24cb0f983e44b76d9e2c764deee4106 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/ribbon/panel.h"
 #include "wx/dcbuffer.h"
 #include "wx/display.h"
+#include "wx/frame.h"
 
 #if wxUSE_RIBBON