From: Lars Gullik Bjønnes Date: Tue, 21 Feb 2006 10:28:23 +0000 (+0000) Subject: Include visit_each.hpp. Fixes bug 2278 X-Git-Tag: 1.6.10~13574 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=085b2cd11f1d045932bb9d1a54073010cbb006be;p=lyx.git Include visit_each.hpp. Fixes bug 2278 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13264 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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