From 07bc9d9d097c863e972d2b32cbec3b03fbd1d569 Mon Sep 17 00:00:00 2001 From: Nathan Hurst Date: Tue, 25 Nov 2014 16:25:25 -0800 Subject: Patch from NJH from report 1378843. Fixes build with lcms disabled. Fixed bugs: - https://launchpad.net/bugs/1396372 (bzr r13765) --- src/svg/svg-color.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/svg/svg-color.cpp b/src/svg/svg-color.cpp index c9f22f8a4..693094048 100644 --- a/src/svg/svg-color.cpp +++ b/src/svg/svg-color.cpp @@ -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" -- cgit v1.2.3