+ forward decl mapnik::Map

This commit is contained in:
Artem Pavlenko 2010-06-18 15:38:29 +00:00
parent 51c20a4a6a
commit c99dff801a
2 changed files with 5 additions and 2 deletions

View file

@ -27,7 +27,6 @@
// mapnik
#include <mapnik/config.hpp>
#include <mapnik/map.hpp>
#include <mapnik/graphics.hpp>
// boost
@ -38,8 +37,11 @@
// stl
#include <string>
namespace mapnik {
class Map;
class ImageWriterException : public std::exception
{
private:

View file

@ -33,6 +33,7 @@ extern "C"
#include <mapnik/graphics.hpp>
#include <mapnik/memory.hpp>
#include <mapnik/image_view.hpp>
#include <mapnik/map.hpp>
// jpeg
#if defined(HAVE_JPEG)