fix compile of binding/python/mapnik_image.cpp after cairo header shuffling
This commit is contained in:
parent
390816a396
commit
f66d93d0ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue