X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a29912f608e082001ee53b9873323c4bcd71f21..be3dfc5dfa25e83ec09844027d47b9fbf9a46853:/utils/tex2rtf/src/table.cpp?ds=sidebyside diff --git a/utils/tex2rtf/src/table.cpp b/utils/tex2rtf/src/table.cpp index 4dc88ee028..6d4b41dd42 100644 --- a/utils/tex2rtf/src/table.cpp +++ b/utils/tex2rtf/src/table.cpp @@ -21,11 +21,13 @@ #endif #ifndef WX_PRECOMP -#include "wx/wx.h" #endif +#include "wx/hash.h" -#include +#ifdef new +#undef new +#endif #if wxUSE_IOSTREAMH #include