mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 21:39:42 +00:00
Merge pull request #2193 from akortunov/warnfix
Fix Boost version check in the launcher
This commit is contained in:
commit
62524f4b40
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue