#endif
#include "wx/defs.h"
+
+#if wxUSE_STATBMP
+
#include "wx/object.h"
#include "wx/control.h"
+#include "wx/bitmap.h"
//-----------------------------------------------------------------------------
// classes
wxBitmap m_bitmap;
};
+#endif
+
#endif // __GTKSTATICBITMAPH__