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:
parent
12cef51122
commit
a14c832f4f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "graphicspage.hpp"
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION >= 106500
|
||||
#include <boost/integer/common_factor.hpp>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue