From: Jouk Jansen Date: Fri, 11 Jan 2008 12:26:23 +0000 (+0000) Subject: include/wx/x11/cursor.h needs definition of wxcolour X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f2a0f3a80b198c32bb951f5f87fcfcd700cf2710 include/wx/x11/cursor.h needs definition of wxcolour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/x11/cursor.h b/include/wx/x11/cursor.h index 51e6c60a5f..01849e8085 100644 --- a/include/wx/x11/cursor.h +++ b/include/wx/x11/cursor.h @@ -13,6 +13,7 @@ #define _WX_CURSOR_H_ #include "wx/gdiobj.h" +#include "wx/colour.h" class WXDLLIMPEXP_FWD_CORE wxImage;