X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..2ada746fb47bf68c9f2dab6399a6cd5510320984:/utils/tex2rtf/src/table.cpp diff --git a/utils/tex2rtf/src/table.cpp b/utils/tex2rtf/src/table.cpp index 55a8e68279..57750d36a4 100644 --- a/utils/tex2rtf/src/table.cpp +++ b/utils/tex2rtf/src/table.cpp @@ -26,6 +26,7 @@ #undef new #endif +#include "wx/beforestd.h" #if wxUSE_IOSTREAMH #include #include @@ -33,6 +34,7 @@ #include #include #endif +#include "wx/afterstd.h" #include #include "tex2any.h"