- use AGG row_ptr_cache the portable way

This commit is contained in:
David 2007-10-08 20:07:53 +00:00
parent 515ab55a53
commit 44a83c0eac

View file

@ -32,10 +32,13 @@
#include <mapnik/label_collision_detector.hpp>
#include <mapnik/placement_finder.hpp>
#include <mapnik/map.hpp>
// agg
#define AGG_RENDERING_BUFFER row_ptr_cache<int8u>
#include "agg_rendering_buffer.h"
#include "agg_pixfmt_rgba.h"
#include "agg_rasterizer_scanline_aa.h"
// boost
#include <boost/utility.hpp>
#include <boost/shared_ptr.hpp>