From 665ec08c054a52b2d2202376aad614794dc56579 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 21 Aug 2011 14:52:16 +0000 Subject: [PATCH] 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 --- include/wx/withimages.h | 1 + 1 file changed, 1 insertion(+) 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" // ---------------------------------------------------------------------------- -- 2.50.0