fix compile of binding/python/mapnik_image.cpp after cairo header shuffling

This commit is contained in:
Dane Springmeyer 2014-06-09 10:49:54 -07:00
parent 390816a396
commit f66d93d0ec

View file

@ -36,7 +36,7 @@
// cairo
#if defined(HAVE_CAIRO) && defined(HAVE_PYCAIRO)
#include <mapnik/cairo_context.hpp>
#include <mapnik/cairo/cairo_context.hpp>
#include <pycairo.h>
#include <cairo.h>
#endif