From: Vadim Zeitlin Date: Sun, 21 Aug 2011 14:52:16 +0000 (+0000) Subject: Add missing wx/icon.h header to fix wxGTK compilation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/665ec08c054a52b2d2202376aad614794dc56579 Add missing wx/icon.h header to fix wxGTK compilation. wx/withimages.h needs to include wx/icon.h as it contains an inline function returning wxIcon. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/withimages.h b/include/wx/withimages.h index e36380dfd2..5d38ce410d 100644 --- a/include/wx/withimages.h +++ b/include/wx/withimages.h @@ -12,6 +12,7 @@ #define _WX_WITHIMAGES_H_ #include "wx/defs.h" +#include "wx/icon.h" #include "wx/imaglist.h" // ----------------------------------------------------------------------------