Include visit_each.hpp. Fixes bug 2278

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13264 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2006-02-21 10:28:23 +00:00
parent 8e96921285
commit 085b2cd11f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-02-21 Lars Gullik Bjønnes <larsbj@lyx.org>
* boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile
problem
2005-09-30 Angus Leeming <leeming@lyx.org>
* 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 <leeming-0hXrFu2P2+c@public.gmane.org>
2005-09-30 Angus Leeming <leeming@lyx.org>
* libs/filesystem/src/operations_posix_windows.cpp: add a block
of preprocessor code to include NewAPIs.h conditioned on the

View File

@ -25,6 +25,7 @@
#include <boost/mem_fn.hpp>
#include <boost/type.hpp>
#include <boost/bind/arg.hpp>
#include <boost/visit_each.hpp>
#include <boost/detail/workaround.hpp>
// Borland-specific bug, visit_each() silently fails to produce code