This commit is contained in:
Dane Springmeyer 2013-05-20 12:44:55 -07:00
parent 29578410c2
commit 84a15f9090
9 changed files with 9 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#include <mapnik/config.hpp>
#include <mapnik/symbolizer.hpp>
#include <mapnik/enumeration.hpp>
namespace mapnik
{

View file

@ -22,6 +22,7 @@
#include <mapnik/feature_type_style.hpp>
#include <mapnik/rule.hpp>
#include <mapnik/enumeration.hpp>
// boost
#include <boost/foreach.hpp>

View file

@ -22,6 +22,7 @@
// mapnik
#include <mapnik/gamma_method.hpp>
#include <mapnik/enumeration.hpp>
namespace mapnik
{

View file

@ -21,6 +21,7 @@
*****************************************************************************/
#include <mapnik/gradient.hpp>
#include <mapnik/enumeration.hpp>
namespace mapnik
{

View file

@ -25,6 +25,7 @@
#include <mapnik/value.hpp>
#include <mapnik/attribute.hpp>
#include <mapnik/parse_path.hpp>
#include <mapnik/enumeration.hpp>
namespace mapnik {

View file

@ -22,6 +22,7 @@
// mapnik
#include <mapnik/polygon_pattern_symbolizer.hpp>
#include <mapnik/enumeration.hpp>
namespace mapnik
{

View file

@ -27,6 +27,7 @@
#include <mapnik/feature.hpp>
#include <mapnik/raster.hpp>
#include <mapnik/raster_colorizer.hpp>
#include <mapnik/enumeration.hpp>
// stl
#include <limits>

View file

@ -21,6 +21,7 @@
*****************************************************************************/
#include <mapnik/stroke.hpp>
#include <mapnik/enumeration.hpp>
namespace mapnik
{

View file

@ -23,6 +23,7 @@
// mapnik
#include <mapnik/well_known_srs.hpp>
#include <mapnik/util/trim.hpp>
#include <mapnik/enumeration.hpp>
// boost
#include <boost/optional.hpp>