+ forward decl mapnik::Map
This commit is contained in:
parent
51c20a4a6a
commit
c99dff801a
2 changed files with 5 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue