From dd1eb4e315ca84b5d1b574ab3f6308885ed097c2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 28 Mar 2003 23:35:47 +0000 Subject: [PATCH] Compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/rgncmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/rgncmn.cpp b/src/common/rgncmn.cpp index c794b59ab9..0cf6f5ae06 100644 --- a/src/common/rgncmn.cpp +++ b/src/common/rgncmn.cpp @@ -23,6 +23,7 @@ #include "wx/region.h" #include "wx/bitmap.h" +#include "wx/image.h" #include "wx/dcmemory.h"