speed up compile of image_util.hpp
This commit is contained in:
parent
f315a87874
commit
339e23d63e
1 changed files with 6 additions and 3 deletions
|
@ -25,22 +25,26 @@
|
|||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
#include <mapnik/palette.hpp>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <mapnik/graphics.hpp>
|
||||
#endif
|
||||
|
||||
// boost
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
// stl
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
// fwd declares
|
||||
class Map;
|
||||
class rgba_palette;
|
||||
class image_32;
|
||||
|
||||
class ImageWriterException : public std::exception
|
||||
{
|
||||
private:
|
||||
|
@ -188,7 +192,6 @@ void add_border(T & image)
|
|||
|
||||
|
||||
/////////// save_to_file ////////////////////////////////////////////////
|
||||
class image_32;
|
||||
|
||||
MAPNIK_DECL void save_to_file(image_32 const& image,
|
||||
std::string const& file);
|
||||
|
|
Loading…
Reference in a new issue