fix header glitches uncovered by time-header script - refs #3208

This commit is contained in:
Dane Springmeyer 2015-12-16 13:17:19 -08:00
parent e3a1108ebd
commit ce98a5c811
3 changed files with 7 additions and 1 deletions

View file

@ -24,7 +24,9 @@
#define MAPNIK_IMAGE_SCALING_TRAITS_HPP #define MAPNIK_IMAGE_SCALING_TRAITS_HPP
// mapnik // mapnik
#include <mapnik/span_image_filter.h> #include <mapnik/image.hpp>
#include <mapnik/image_scaling.hpp>
#include <mapnik/span_image_filter.hpp>
// agg // agg
#include "agg_image_accessors.h" #include "agg_image_accessors.h"

View file

@ -23,6 +23,8 @@
#ifndef MAPNIK_IMAGE_UTIL_JPEG_HPP #ifndef MAPNIK_IMAGE_UTIL_JPEG_HPP
#define MAPNIK_IMAGE_UTIL_JPEG_HPP #define MAPNIK_IMAGE_UTIL_JPEG_HPP
#include <mapnik/config.hpp>
// stl // stl
#include <string> #include <string>
#include <iostream> #include <iostream>

View file

@ -26,6 +26,8 @@
#include "agg_span_image_filter_gray.h" #include "agg_span_image_filter_gray.h"
#include "agg_span_image_filter_rgba.h" #include "agg_span_image_filter_rgba.h"
#include <boost/optional.hpp>
#include <limits> #include <limits>
namespace mapnik namespace mapnik