]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/table.cpp
compilation fix for !wxUSE_THREADS
[wxWidgets.git] / utils / tex2rtf / src / table.cpp
index 55a8e68279798f6f035b71d0ab81e8b9c4c71bb0..57750d36a4d98dbac50ce51f2a5b03da22e18425 100644 (file)
@@ -26,6 +26,7 @@
 #undef new
 #endif
 
 #undef new
 #endif
 
+#include "wx/beforestd.h"
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
 #include <fstream.h>
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
 #include <fstream.h>
@@ -33,6 +34,7 @@
 #include <iostream>
 #include <fstream>
 #endif
 #include <iostream>
 #include <fstream>
 #endif
+#include "wx/afterstd.h"
 
 #include <ctype.h>
 #include "tex2any.h"
 
 #include <ctype.h>
 #include "tex2any.h"