From d5309f580333db2f4c3682ffecc7e389a19bd32f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 28 Mar 2002 14:15:07 +0000 Subject: [PATCH] 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 --- src/common/iconbndl.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 2.45.2