From 900b6172bfc4be5b706600b49a587de40e6cf673 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 4 Jan 2013 00:20:08 -0800 Subject: [PATCH] iwyu --- include/mapnik/placement_finder.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mapnik/placement_finder.hpp b/include/mapnik/placement_finder.hpp index 9be885c72..1c5f67c10 100644 --- a/include/mapnik/placement_finder.hpp +++ b/include/mapnik/placement_finder.hpp @@ -25,6 +25,7 @@ // mapnik #include +#include #include //#include #include @@ -58,7 +59,7 @@ template class placement_finder : mapnik::noncopyable { public: - placement_finder(Feature const& feature, + placement_finder(feature_impl const& feature, text_placement_info const& placement_info, string_info const& info, DetectorT & detector,