Added missing image.h header
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 13:01:18 +0000 (13:01 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 13:01:18 +0000 (13:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/bmpbase.cpp

index c9c0e666214de5d2e6518da54297f757c409c2bc..35ec2c237ff0e9dcd21018a8d30c248addd6d014 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef WX_PRECOMP
     #include "wx/colour.h"
     #include "wx/icon.h"
+    #include "wx/image.h"
 #endif // WX_PRECOMP
 
 // ----------------------------------------------------------------------------