must include typeinfo before using typeid()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-09-12 21:22:27 +00:00
parent fbfe2d4e7c
commit ef2862569e

View File

@@ -60,6 +60,8 @@
#include <wx/msw/dc.h>
#endif
#include <typeinfo>
// -----------------------------------------------------------------------
#if defined(__WXMSW__)