From 06e363eaa69906a7dc66f0567ea04860b7e32267 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Fri, 7 Jan 2011 17:18:38 +0000 Subject: [PATCH] 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 --- samples/propgrid/sampleprops.h | 1 + 1 file changed, 1 insertion(+) 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) -- 2.45.2