From 8ef6558496e079ee2e307642ec3f8a8663e61d5d Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 14 Aug 2014 10:04:18 -0700 Subject: [PATCH] iwyu --- include/mapnik/svg/output/svg_output_grammars.hpp | 1 + include/mapnik/util/geometry_to_wkb.hpp | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/mapnik/svg/output/svg_output_grammars.hpp b/include/mapnik/svg/output/svg_output_grammars.hpp index 0e9d89590..a5572c961 100644 --- a/include/mapnik/svg/output/svg_output_grammars.hpp +++ b/include/mapnik/svg/output/svg_output_grammars.hpp @@ -24,6 +24,7 @@ #define SVG_OUTPUT_GRAMMARS_HPP // mapnik +#include #include // fwd declare diff --git a/include/mapnik/util/geometry_to_wkb.hpp b/include/mapnik/util/geometry_to_wkb.hpp index 53245aecb..0f5ff9a13 100644 --- a/include/mapnik/util/geometry_to_wkb.hpp +++ b/include/mapnik/util/geometry_to_wkb.hpp @@ -24,11 +24,13 @@ #define MAPNIK_GEOMETRY_TO_WKB_HPP // mapnik +#include #include -#include #include +#include // stl +#include #include #include #include