fix compilation with boost 1.33.0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13310 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-03-07 08:29:12 +00:00
parent 21ea1e0547
commit a6d1f8c80f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-03-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* debugstream.h: fix nullstream.hpp location for boost 1.33.0
2006-03-05 Lars Gullik Bjønnes <larsbj@lyx.org>
* filetools.C (NormalizePath): Change to use boost::filesystem and

View File

@ -16,7 +16,7 @@
#include <boost/version.hpp>
#if BOOST_VERSION < 103301
#if BOOST_VERSION < 103300
# include <boost/test/detail/nullstream.hpp>
#else
# include <boost/test/utils/nullstream.hpp>