diff --git a/benchmark/test_polygon_clipping.cpp b/benchmark/test_polygon_clipping.cpp index ac2f34094..7c7626a0e 100644 --- a/benchmark/test_polygon_clipping.cpp +++ b/benchmark/test_polygon_clipping.cpp @@ -29,6 +29,7 @@ // stl #include +#include #include void render(mapnik::geometry_type const& geom, @@ -117,6 +118,7 @@ public: { throw std::runtime_error("Failed to parse WKT"); } + unsigned count = 0; for (unsigned i=0;i