boost_adapters - apply temp fix via @Algunenano for boost 1.64 (ref #3733)
This commit is contained in:
parent
0253653676
commit
441687ecff
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#include <mapnik/warning_ignore.hpp>
|
#include <mapnik/warning_ignore.hpp>
|
||||||
#undef B0
|
#undef B0
|
||||||
|
#if BOOST_VERSION == 106400
|
||||||
|
#include <boost/qvm/mat_operations.hpp>
|
||||||
|
#endif
|
||||||
#include <boost/geometry/geometry.hpp>
|
#include <boost/geometry/geometry.hpp>
|
||||||
#include <boost/geometry/geometries/register/point.hpp>
|
#include <boost/geometry/geometries/register/point.hpp>
|
||||||
#include <boost/geometry/geometries/register/ring.hpp>
|
#include <boost/geometry/geometries/register/ring.hpp>
|
||||||
|
|
Loading…
Reference in a new issue