From: Paul Cornett Date: Fri, 7 Jan 2011 17:18:38 +0000 (+0000) Subject: build fix, should have been part of r66615 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06e363eaa69906a7dc66f0567ea04860b7e32267?ds=sidebyside build fix, should have been part of r66615 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/propgrid/sampleprops.h b/samples/propgrid/sampleprops.h index e3bf73844f..7cbb41f3e3 100644 --- a/samples/propgrid/sampleprops.h +++ b/samples/propgrid/sampleprops.h @@ -12,6 +12,7 @@ #ifndef _WX_SAMPLES_PROPGRID_SAMPLEPROPS_H_ #define _WX_SAMPLES_PROPGRID_SAMPLEPROPS_H_ +#include "wx/fontdata.h" DECLARE_VARIANT_OBJECT(wxFontData)