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