From 4b7ded8bad3a45ea4838e6d3f5d1957a134050ec Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 23 Jul 2004 17:49:51 +0000 Subject: [PATCH] compilation fix for gcc (closes bug 996701) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/rawbmp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index e7c3286109..e2998760e1 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -12,6 +12,8 @@ #ifndef _WX_RAWBMP_H_BASE_ #define _WX_RAWBMP_H_BASE_ +#include "wx/image.h" + // ---------------------------------------------------------------------------- // Abstract Pixel API // -- 2.47.2