fix CAIRO=no build

This commit is contained in:
artemp 2015-09-30 15:28:59 +01:00
parent 8e7e7c64a7
commit df87dc5ed7

View file

@ -31,10 +31,10 @@
#include <mapnik/feature_kv_iterator.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/util/timer.hpp>
#include <mapnik/cairo/cairo_image_util.hpp>
#ifdef HAVE_CAIRO
// cairo
#include <mapnik/cairo/cairo_image_util.hpp>
#include <mapnik/cairo/cairo_renderer.hpp>
#endif