include what you use

This commit is contained in:
Dane Springmeyer 2012-08-27 18:39:33 -07:00
parent c9bd0c8e51
commit 83e2bc70ff
2 changed files with 8 additions and 1 deletions

View file

@ -23,6 +23,10 @@
#ifndef MAPNIK_AGG_HELPERS_HPP
#define MAPNIK_AGG_HELPERS_HPP
// mapnik
#include <mapnik/gamma_method.hpp>
#include <mapnik/stroke.hpp>
// agg
#include "agg_basics.h"
#include "agg_gamma_functions.h"

View file

@ -25,6 +25,7 @@
// boost
#include <boost/type_traits/is_same.hpp>
// mpl
#include <boost/mpl/vector.hpp>
#include <boost/mpl/push_back.hpp>
@ -36,19 +37,21 @@
#include <boost/mpl/size.hpp>
#include <boost/mpl/at.hpp>
#include <boost/mpl/int.hpp>
// fusion
#include <boost/fusion/container/vector.hpp>
#include <boost/fusion/include/at_c.hpp>
#include <boost/fusion/include/make_vector.hpp>
//#include <boost/fusion/adapted/mpl.hpp>
#include <boost/foreach.hpp>
#include <boost/utility.hpp>
#include <boost/array.hpp>
// mapnik
#include <mapnik/ctrans.hpp>
#include <mapnik/agg_helpers.hpp>
#include <mapnik/offset_converter.hpp>
// agg
#include "agg_conv_clip_polygon.h"
#include "agg_conv_clip_polyline.h"