]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/texutils.cpp
compilation fix for !wxUSE_THREADS
[wxWidgets.git] / utils / tex2rtf / src / texutils.cpp
index 4133290545e73ad2c6d89c372026548bfbd9f7cc..5bf4838829c9f6b69a579667e6b44a9b832fc5ea 100644 (file)
@@ -29,6 +29,7 @@
 #undef new
 #endif
 
+#include "wx/beforestd.h"
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
 #include <fstream.h>
@@ -37,6 +38,7 @@
 #include <fstream>
 using namespace std;
 #endif
+#include "wx/afterstd.h"
 
 #include <ctype.h>
 #include "tex2any.h"