From 83e2bc70ffc62421b19c21170eb85329405f8e38 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 27 Aug 2012 18:39:33 -0700 Subject: [PATCH] include what you use --- include/mapnik/agg_helpers.hpp | 4 ++++ include/mapnik/vertex_converters.hpp | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/include/mapnik/agg_helpers.hpp b/include/mapnik/agg_helpers.hpp index b31dd2d9d..c96c75a02 100644 --- a/include/mapnik/agg_helpers.hpp +++ b/include/mapnik/agg_helpers.hpp @@ -23,6 +23,10 @@ #ifndef MAPNIK_AGG_HELPERS_HPP #define MAPNIK_AGG_HELPERS_HPP +// mapnik +#include +#include + // agg #include "agg_basics.h" #include "agg_gamma_functions.h" diff --git a/include/mapnik/vertex_converters.hpp b/include/mapnik/vertex_converters.hpp index ed57a5a03..936ffe739 100644 --- a/include/mapnik/vertex_converters.hpp +++ b/include/mapnik/vertex_converters.hpp @@ -25,6 +25,7 @@ // boost #include + // mpl #include #include @@ -36,19 +37,21 @@ #include #include #include + // fusion #include #include #include -//#include #include #include #include // mapnik +#include #include #include + // agg #include "agg_conv_clip_polygon.h" #include "agg_conv_clip_polyline.h"