From ea07c87abde68968f34807fcdbb9d69efed79da8 Mon Sep 17 00:00:00 2001 From: Harco de Hilster Date: Fri, 29 Jan 1999 20:22:37 +0000 Subject: [PATCH] Some tweaks to includes for compilers without precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/tex2rtf/src/maths.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/tex2rtf/src/maths.cpp b/utils/tex2rtf/src/maths.cpp index e951fea6a0..70fc726cf7 100644 --- a/utils/tex2rtf/src/maths.cpp +++ b/utils/tex2rtf/src/maths.cpp @@ -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 +#include #endif #include