#ifndef _WX_RAWBMP_H_BASE_
#define _WX_RAWBMP_H_BASE_
+#include "wx/image.h"
+
// ----------------------------------------------------------------------------
// Abstract Pixel API
//
// the type of the class we're working with
typedef wxBitmap ImageType;
- class Iterator
+ class WXDLLEXPORT Iterator
{
public:
// the pixel format we use