]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/maths.cpp
jconfig.h uses configures results
[wxWidgets.git] / utils / tex2rtf / src / maths.cpp
index e951fea6a0b232f6b62f9646ed14df4f1757a299..70fc726cf712b08da41dd3a1bbe31028b490c0e4 100644 (file)
@@ -6,14 +6,16 @@
  */
 
 // For compilers that support precompilation, includes "wx.h".
+#ifdef WX_PRECOMP
 #include "wx_prec.h"
+#endif
 
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
-#include <wx.h>
+#include <wx/wx.h>
 #endif
 
 #include <ctype.h>