Merge pull request #2137 from noblige/rewrite/new-api

fixed compilation error on debian jessie with boost 1.54
This commit is contained in:
Patrick Niklaus 2016-03-23 14:35:36 -04:00
commit 2357d1c095

View File

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