]> git.saurik.com Git - wxWidgets.git/commitdiff
Some tweaks to includes for compilers without precompiled headers
authorHarco de Hilster <harcoh@caos.kun.nl>
Fri, 29 Jan 1999 20:22:37 +0000 (20:22 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Fri, 29 Jan 1999 20:22:37 +0000 (20:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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>