]> git.saurik.com Git - wxWidgets.git/commitdiff
include <typeinfo> in all files
authorRobert Roebling <robert@roebling.de>
Sat, 13 Sep 2008 16:29:29 +0000 (16:29 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 13 Sep 2008 16:29:29 +0000 (16:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/propgrid.cpp
src/propgrid/propgridiface.cpp
src/propgrid/props.cpp

index 05eb4a66adc81000fb2bcc02b1b4670220093573..0df955818d6c8a710841feef33a8b0bc9d33c25f 100644 (file)
@@ -69,6 +69,7 @@
     #include <wx/msw/private.h>
 #endif
 
+#include <typeinfo>
 
 // Two pics for the expand / collapse buttons.
 // Files are not supplied with this project (since it is
index bf59ef030575ffebd55e2cb024e93cc6d44c6c41..018616a32a0a3818ed6d1983eee908be8570dc47 100644 (file)
@@ -50,6 +50,8 @@
 #include <wx/propgrid/property.h>
 #include <wx/propgrid/propgrid.h>
 
+#include <typeinfo>
+
 
 const wxChar *wxPGTypeName_long = wxT("long");
 const wxChar *wxPGTypeName_bool = wxT("bool");
index e01c940bcc7cbfd511a5022938cedfe75511f2ab..69b21d2580af2ff4e003c6ce0061ebbd47455485 100644 (file)
@@ -54,6 +54,8 @@
 
 #define wxPG_CUSTOM_IMAGE_WIDTH     20 // for wxColourProperty etc.
 
+#include <typeinfo>
+
 
 // -----------------------------------------------------------------------
 // wxStringProperty