From: Stefan Csomor Date: Thu, 28 Mar 2002 14:15:07 +0000 (+0000) Subject: changed image.h include to be correct in all (precomp and non-precomp) cases X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d5309f580333db2f4c3682ffecc7e389a19bd32f changed image.h include to be correct in all (precomp and non-precomp) cases git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/iconbndl.cpp b/src/common/iconbndl.cpp index 13a5d84d34..479c5dd27c 100644 --- a/src/common/iconbndl.cpp +++ b/src/common/iconbndl.cpp @@ -21,12 +21,15 @@ #ifndef WX_PRECOMP #include "wx/settings.h" - #include "wx/image.h" #include "wx/icon.h" #include "wx/log.h" #include "wx/intl.h" #endif +#ifndef _WX_IMAGE_H_ + #include "wx/image.h" +#endif + #include "wx/iconbndl.h" #include "wx/arrimpl.cpp"