compilation error on debian jessie with boost 1.54

This commit is contained in:
Aleksei Potov 2016-03-23 17:55:56 +00:00 committed by Patrick Niklaus
parent 95c78eac9c
commit 419cf9e2b0

View File

@ -6,6 +6,7 @@
#include <boost/geometry.hpp> #include <boost/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp> #include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/geometries.hpp> #include <boost/geometry/geometries/geometries.hpp>
#include <boost/geometry/multi/geometries/multi_linestring.hpp>
#include <protozero/varint.hpp> #include <protozero/varint.hpp>
#include <protozero/pbf_writer.hpp> #include <protozero/pbf_writer.hpp>