mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-13 14:25:24 -04:00
Merge pull request #2193 from akortunov/warnfix
Fix Boost version check in the launcher
This commit is contained in:
commit
62524f4b40
@ -1,5 +1,6 @@
|
|||||||
#include "graphicspage.hpp"
|
#include "graphicspage.hpp"
|
||||||
|
|
||||||
|
#include <boost/version.hpp>
|
||||||
#if BOOST_VERSION >= 106500
|
#if BOOST_VERSION >= 106500
|
||||||
#include <boost/integer/common_factor.hpp>
|
#include <boost/integer/common_factor.hpp>
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user