mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 11:22:45 +01:00
rwlib: boost 1.58.0 needs to inclue boost/version.hpp for BOOST_VERSION
This commit is contained in:
parent
2305bb4a33
commit
aa71fd4a6a
@ -27,6 +27,7 @@ namespace rwfs {
|
|||||||
using namespace boost::filesystem;
|
using namespace boost::filesystem;
|
||||||
using error_code = boost::system::error_code;
|
using error_code = boost::system::error_code;
|
||||||
}
|
}
|
||||||
|
#include <boost/version.hpp>
|
||||||
#if BOOST_VERSION < 105600
|
#if BOOST_VERSION < 105600
|
||||||
namespace boost {
|
namespace boost {
|
||||||
namespace filesystem {
|
namespace filesystem {
|
||||||
|
Loading…
Reference in New Issue
Block a user