]> git.saurik.com Git - wxWidgets.git/commitdiff
wxVariant support needs wx/icon.h earlier.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 2 Oct 2006 08:15:15 +0000 (08:15 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 2 Oct 2006 08:15:15 +0000 (08:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/bmpbase.cpp

index 2ec1de8fffce013d282e52e2567a447b216171e5..4a5ca4d8980e9ccb18778da4e5d3f990237c4b22 100644 (file)
@@ -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