From d0ce3e528a41a1d2f7420888b6f360c793e5f247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 25 Jun 2003 14:32:08 +0000 Subject: [PATCH] compilation fix for wxBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/image.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/image.cpp b/src/common/image.cpp index 179dae70ec..baa5f6b8b4 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -32,6 +32,7 @@ #include "wx/intl.h" #include "wx/module.h" #include "wx/hash.h" +#include "wx/utils.h" // For memcpy #include