1
0
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:
Anonymous Maarten 2018-02-15 20:42:39 +01:00 committed by Daniel Evans
parent 2305bb4a33
commit aa71fd4a6a

View File

@ -27,6 +27,7 @@ namespace rwfs {
using namespace boost::filesystem;
using error_code = boost::system::error_code;
}
#include <boost/version.hpp>
#if BOOST_VERSION < 105600
namespace boost {
namespace filesystem {