diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index c9c0e66621..35ec2c237f 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -20,6 +20,7 @@ #ifndef WX_PRECOMP #include "wx/colour.h" #include "wx/icon.h" + #include "wx/image.h" #endif // WX_PRECOMP // ----------------------------------------------------------------------------