git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10686
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"
+#include "wx/gdicmn.h" // for wxBitmapType
-class WXDLLEXPORT wxImage;
-class WXDLLEXPORT wxMask;
class WXDLLEXPORT wxBitmap;
class WXDLLEXPORT wxBitmapHandler;
class WXDLLEXPORT wxBitmap;
class WXDLLEXPORT wxBitmapHandler;
+class WXDLLEXPORT wxImage;
+class WXDLLEXPORT wxMask;
+class WXDLLEXPORT wxPalette;
// ----------------------------------------------------------------------------
// wxBitmapHandler: class which knows how to create/load/save bitmaps in
// ----------------------------------------------------------------------------
// wxBitmapHandler: class which knows how to create/load/save bitmaps in
#pragma implementation "bitmap.h"
#endif
#pragma implementation "bitmap.h"
#endif
+#include "wx/defs.h"
+
+#include "wx/palette.h"
#include "wx/bitmap.h"
#include "wx/icon.h"
#include "wx/filefn.h"
#include "wx/bitmap.h"
#include "wx/icon.h"
#include "wx/filefn.h"
#pragma implementation "bitmap.h"
#endif
#pragma implementation "bitmap.h"
#endif
+#include "wx/defs.h"
+
+#include "wx/palette.h"
#include "wx/bitmap.h"
#include "wx/icon.h"
#include "wx/filefn.h"
#include "wx/bitmap.h"
#include "wx/icon.h"
#include "wx/filefn.h"