fix includes
This commit is contained in:
parent
783437f16b
commit
88f3b29a92
2 changed files with 3 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue