fix includes

This commit is contained in:
Artem Pavlenko 2019-05-07 11:19:37 +01:00
parent 783437f16b
commit 88f3b29a92
2 changed files with 3 additions and 4 deletions

View file

@ -23,10 +23,9 @@
// mapnik
#include <mapnik/wkb.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/geom_util.hpp>
#include <mapnik/util/noncopyable.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/geometry/correct.hpp>
#include <mapnik/util/noncopyable.hpp>
#include <cmath>
namespace mapnik { namespace detail {

View file

@ -25,7 +25,7 @@
#include <mapnik/debug.hpp>
#include <mapnik/global.hpp>
#include <mapnik/wkb.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/util/noncopyable.hpp>
#include <mapnik/geometry/correct.hpp>