git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-12-08 17:55:37 +00:00
parent dbe4a80c57
commit 8f782954d1
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
#define _WX_CLRPICKER_H_ #define _WX_CLRPICKER_H_
#include "wx/button.h" #include "wx/button.h"
#include "wx/bmpbuttn.h"
#include "wx/cmndata.h" #include "wx/cmndata.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View File

@@ -27,8 +27,8 @@
#if wxUSE_COLOURPICKERCTRL #if wxUSE_COLOURPICKERCTRL
#include "wx/clrpicker.h" #include "wx/clrpicker.h"
#include "wx/colordlg.h" #include "wx/colordlg.h"
#include "wx/dcmemory.h"
// ============================================================================ // ============================================================================