1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-23 13:09:42 +00:00

Merge pull request #2193 from akortunov/warnfix

Fix Boost version check in the launcher
This commit is contained in:
Bret Curtis 2019-02-28 16:05:21 +01:00 committed by GitHub
commit 62524f4b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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