Fix Boost version check in the launcher

pull/2193/head
Andrei Kortunov 6 years ago
parent 12cef51122
commit a14c832f4f

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

Loading…
Cancel
Save