boost_adapters - apply temp fix via @Algunenano for boost 1.64.

This commit is contained in:
artemp 2017-08-21 14:12:12 +01:00
parent 40c51c469c
commit 9b0fd7a8d7

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>