From 7db39dd699f5071335f5d40a65f9a2c08113780f Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Sun, 11 May 2003 20:02:40 +0000 Subject: [PATCH] digital mars fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/strconv.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 50802dc6f9..8a8cc13880 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -20,6 +20,10 @@ #include "wx/wxchar.h" #include "wx/buffer.h" +#ifdef __DIGITALMARS__ +#include "typeinfo.h" +#endif + #if defined(__VISAGECPP__) && __IBMCPP__ >= 400 # undef __BSEXCPT__ #endif -- 2.50.0