From 805a614d5a71830f308f938a8935d59b68561665 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 1 Sep 2003 12:48:54 +0000 Subject: [PATCH] fix digital mars compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/shaped/shaped.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/shaped/shaped.cpp b/samples/shaped/shaped.cpp index 6198bc181a..adb508b93a 100644 --- a/samples/shaped/shaped.cpp +++ b/samples/shaped/shaped.cpp @@ -42,6 +42,7 @@ #include "wx/image.h" #endif +#include "wx/image.h" #include "wx/dcclient.h" // ----------------------------------------------------------------------------