Add include of cairo.h when using librsvg
This should be compatible with both old and new librsvg versions.
This commit is contained in:
parent
718b4c75c4
commit
9e8813e111
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <Imlib2.h>
|
||||
#endif
|
||||
#ifdef USE_LIBRSVG
|
||||
#include <cairo.h>
|
||||
#include <librsvg/rsvg.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue