From ef419392d2ef949ab0ece35a11a49fd5e04d9f5d Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 17 Nov 2005 15:23:49 +0000 Subject: [PATCH] link fix for OSX+gcc3 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10609 a592a061-630c-0410-9148-cb99ea01b6c8 --- boost/ChangeLog | 4 ++++ boost/boost/config/user.hpp | 3 +++ src/mathed/ChangeLog | 4 ++++ src/mathed/textpainter.C | 2 ++ 4 files changed, 13 insertions(+) diff --git a/boost/ChangeLog b/boost/ChangeLog index 3b3ecb6fd4..bea97bad14 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,7 @@ +2005-11-17 Jean-Marc Lasgouttes + + * boost/config/user.hpp: include . + 2005-07-12 Angus Leeming * boost/config/compiler/gcc.hpp allow to compile with gcc 4.0 diff --git a/boost/boost/config/user.hpp b/boost/boost/config/user.hpp index ca414b46e1..b0d8489152 100644 --- a/boost/boost/config/user.hpp +++ b/boost/boost/config/user.hpp @@ -73,3 +73,6 @@ #if defined(__APPLE__) && defined(__GNUC__) && __GNUC__ == 2 #define BOOST_REGEX_NARROW_INSTANTIATE #endif + +// Include the main config file +#include diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 766bcbbba4..94a4a8626a 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2005-11-17 Jean-Marc Lasgouttes + + * textpainter.C: include . + 2005-10-05 Jean-Marc Lasgouttes * math_cursor.C (home, end): close macro before handling selection diff --git a/src/mathed/textpainter.C b/src/mathed/textpainter.C index 0dc1f0755d..8f8eca4313 100644 --- a/src/mathed/textpainter.C +++ b/src/mathed/textpainter.C @@ -1,3 +1,5 @@ +#include + #include "textpainter.h" #include "support/LOstream.h"