]> git.saurik.com Git - wxWidgets.git/commitdiff
digital mars fix
authorChris Elliott <biol75@york.ac.uk>
Sun, 11 May 2003 20:02:40 +0000 (20:02 +0000)
committerChris Elliott <biol75@york.ac.uk>
Sun, 11 May 2003 20:02:40 +0000 (20:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/strconv.h

index 50802dc6f9cf6540580a8cb2e10e0a2fafe76b3d..8a8cc1388043491e0160475b55dac2e1b4497f4b 100644 (file)
 #include "wx/wxchar.h"
 #include "wx/buffer.h"
 
+#ifdef __DIGITALMARS__
+#include "typeinfo.h"
+#endif
+
 #if defined(__VISAGECPP__) && __IBMCPP__ >= 400
 #  undef __BSEXCPT__
 #endif