From: Włodzimierz Skiba Date: Mon, 2 Oct 2006 08:15:15 +0000 (+0000) Subject: wxVariant support needs wx/icon.h earlier. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d4f6dbf62ad37b7d766361ec55a2c131c762e53c wxVariant support needs wx/icon.h earlier. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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