Include rsvg-cairo.h for cairo-specific things

This commit is contained in:
Dana Jansens 2013-12-02 11:35:44 -05:00
parent 4c07127074
commit effa8667e1

View file

@ -26,6 +26,7 @@
#endif
#ifdef USE_LIBRSVG
#include <librsvg/rsvg.h>
#include <librsvg/rsvg-cairo.h>
#endif
#include <glib.h>