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

Fix Boost version check in the launcher

This commit is contained in:
Andrei Kortunov 2019-02-28 15:11:30 +04:00
parent 12cef51122
commit a14c832f4f

View file

@ -1,5 +1,6 @@
#include "graphicspage.hpp"
#include <boost/version.hpp>
#if BOOST_VERSION >= 106500
#include <boost/integer/common_factor.hpp>
#else