From 6a3a64f6ff1b53f10046d7ea33c8f67994db68a4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 12 Sep 2008 22:14:46 +0000 Subject: [PATCH] must include typeinfo before using typeid() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/property.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/propgrid/property.cpp b/src/propgrid/property.cpp index 4253910e47..32db12d245 100644 --- a/src/propgrid/property.cpp +++ b/src/propgrid/property.cpp @@ -49,6 +49,8 @@ #include +#include + #define PWC_CHILD_SUMMARY_LIMIT 16 // Maximum number of children summarized in a parent property's // value field. -- 2.45.2