From 1deb3af2fd6a6360a32eb59303aa4f536516bd77 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 8 Oct 2006 13:01:18 +0000 Subject: [PATCH] Added missing image.h header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/bmpbase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index c9c0e66621..35ec2c237f 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -20,6 +20,7 @@ #ifndef WX_PRECOMP #include "wx/colour.h" #include "wx/icon.h" + #include "wx/image.h" #endif // WX_PRECOMP // ---------------------------------------------------------------------------- -- 2.45.2