From: Julian Smart Date: Sun, 8 Oct 2006 13:01:18 +0000 (+0000) Subject: Added missing image.h header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1deb3af2fd6a6360a32eb59303aa4f536516bd77 Added missing image.h header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 // ----------------------------------------------------------------------------