1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:53:52 +00:00

Merge branch 'boostfix'

This commit is contained in:
Marc Zinnschlag 2012-08-09 16:12:42 +02:00
commit de35999891

View file

@ -32,7 +32,7 @@ namespace Ogre {
class Root;
}
#if (BOOST_VERSION <= 104300)
#if (BOOST_VERSION <= 104500)
namespace boost {
namespace filesystem {
inline path absolute(const path& p, const path& base=current_path()) {