Comment 5 for bug 1378843

Revision history for this message
njh (njh-njhurst) wrote :

Yep, this works for me. I also had to move color.h include outside lcms ifdef:
=== modified file 'src/svg/svg-color.cpp'
--- src/svg/svg-color.cpp 2014-10-11 17:15:03 +0000
+++ src/svg/svg-color.cpp 2014-11-22 23:11:41 +0000
@@ -32,8 +32,8 @@
 #include "svg-color.h"
 #include "svg-icc-color.h"

-#if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
 #include "color.h"
+#if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
 #include "color-profile.h"
 #include "document.h"
 #include "inkscape.h"