mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
21ea1e0547
commit
a6d1f8c80f
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user