From: Julian Smart Date: Tue, 2 Apr 2002 09:39:24 +0000 (+0000) Subject: Added includes to correct compilo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/21a77f6e5008e7c6e15fc5615c917f13793e6136 Added includes to correct compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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