X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1871b9facb9435e636f1ce355fd31a0594438d01..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/withimages.h?ds=sidebyside diff --git a/include/wx/withimages.h b/include/wx/withimages.h index e36380dfd2..89120d3eb7 100644 --- a/include/wx/withimages.h +++ b/include/wx/withimages.h @@ -3,7 +3,6 @@ // Purpose: Declaration of a simple wxWithImages class. // Author: Vadim Zeitlin // Created: 2011-08-17 -// RCS-ID: $Id: wxhead.h,v 1.12 2010-04-22 12:44:51 zeitlin Exp $ // Copyright: (c) 2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -12,6 +11,7 @@ #define _WX_WITHIMAGES_H_ #include "wx/defs.h" +#include "wx/icon.h" #include "wx/imaglist.h" // ----------------------------------------------------------------------------