diff --git a/src/common/imagfill.cpp b/src/common/imagfill.cpp index f199f0a4e8..be9c7d69e5 100644 --- a/src/common/imagfill.cpp +++ b/src/common/imagfill.cpp @@ -22,6 +22,8 @@ #if wxUSE_IMAGE #include "wx/image.h" +#include "wx/brush.h" +#include "wx/pen.h" // DoFloodFill // Fills with the colour extracted from fillBrush, starting at x,y until either