From 085b2cd11f1d045932bb9d1a54073010cbb006be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Tue, 21 Feb 2006 10:28:23 +0000 Subject: [PATCH] Include visit_each.hpp. Fixes bug 2278 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13264 a592a061-630c-0410-9148-cb99ea01b6c8 --- boost/ChangeLog | 7 ++++++- boost/boost/bind.hpp | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boost/ChangeLog b/boost/ChangeLog index 1e0a8ff217..26f27b4302 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,8 @@ +2006-02-21 Lars Gullik Bjønnes + + * boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile + problem + 2005-09-30 Angus Leeming * libs/filesystem/src/operations_posix_windows.cpp (exists): @@ -8,7 +13,7 @@ The "correct" fix is currently being discussed on the boost-devel list, but this work around will do for us for now. -2005-09-30 Angus Leeming +2005-09-30 Angus Leeming * libs/filesystem/src/operations_posix_windows.cpp: add a block of preprocessor code to include NewAPIs.h conditioned on the diff --git a/boost/boost/bind.hpp b/boost/boost/bind.hpp index a8308e9f4d..0525e60666 100644 --- a/boost/boost/bind.hpp +++ b/boost/boost/bind.hpp @@ -25,6 +25,7 @@ #include #include #include +#include #include // Borland-specific bug, visit_each() silently fails to produce code -- 2.39.5