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
This commit is contained in:
parent
87df1c87e2
commit
665ec08c05
@ -12,6 +12,7 @@
|
||||
#define _WX_WITHIMAGES_H_
|
||||
|
||||
#include "wx/defs.h"
|
||||
#include "wx/icon.h"
|
||||
#include "wx/imaglist.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user