boost_adapters - apply temp fix via @Algunenano for boost 1.64 (ref #3733)

This commit is contained in:
artemp 2017-08-21 14:12:12 +01:00
parent 0253653676
commit 441687ecff

View file

@ -30,6 +30,9 @@
#pragma GCC diagnostic push
#include <mapnik/warning_ignore.hpp>
#undef B0
#if BOOST_VERSION == 106400
#include <boost/qvm/mat_operations.hpp>
#endif
#include <boost/geometry/geometry.hpp>
#include <boost/geometry/geometries/register/point.hpp>
#include <boost/geometry/geometries/register/ring.hpp>