From d4f6dbf62ad37b7d766361ec55a2c131c762e53c Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 2 Oct 2006 08:15:15 +0000 Subject: [PATCH] wxVariant support needs wx/icon.h earlier. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/bmpbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 2ec1de8fff..4a5ca4d898 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -19,6 +19,7 @@ #ifndef WX_PRECOMP #include "wx/colour.h" + #include "wx/icon.h" #endif // WX_PRECOMP // ---------------------------------------------------------------------------- @@ -40,7 +41,6 @@ IMPLEMENT_VARIANT_OBJECT_EXPORTED(wxIcon,WXDLLEXPORT) #include "wx/log.h" #include "wx/utils.h" #include "wx/palette.h" - #include "wx/icon.h" #include "wx/image.h" #include "wx/module.h" #endif // WX_PRECOMP -- 2.45.2