Skip to content

Commit 4665544

Browse files
Fix box2d.hpp include path for latest mapnik
openstreetmap#58
1 parent 5554d2e commit 4665544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend-mapnik/metatilehandler.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <mapnik/agg_renderer.hpp>
2626
#include <mapnik/image_util.hpp>
2727
#include <mapnik/load_map.hpp>
28-
#include <mapnik/geometry/box2d.hpp>
28+
#include <mapnik/box2d.hpp>
2929

3030
#if MAPNIK_VERSION >= 300000
3131
# include <mapnik/datasource.hpp>

0 commit comments

Comments
 (0)