]> git.saurik.com Git - wxWidgets.git/commitdiff
Added includes to correct compilo
authorJulian Smart <julian@anthemion.co.uk>
Tue, 2 Apr 2002 09:39:24 +0000 (09:39 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 2 Apr 2002 09:39:24 +0000 (09:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagfill.cpp

index f199f0a4e825e46fe36cd5a93d6e83a6ef71107d..be9c7d69e54558a25bca02890b76a5e205349349 100644 (file)
@@ -22,6 +22,8 @@
 #if wxUSE_IMAGE
 
 #include "wx/image.h"
 #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
 
 // DoFloodFill
 // Fills with the colour extracted from fillBrush, starting at x,y until either