diff options
| author | Nathan Hurst <njh@njhurst.com> | 2014-11-26 00:25:25 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2014-11-26 00:25:25 +0000 |
| commit | 07bc9d9d097c863e972d2b32cbec3b03fbd1d569 (patch) | |
| tree | 1ea55d0927adb819d89685622dc8f5411ea96ce0 /src | |
| parent | Patch from comment 4. Fixes build with cmake and poppler-0.26.4. (diff) | |
| download | inkscape-07bc9d9d097c863e972d2b32cbec3b03fbd1d569.tar.gz inkscape-07bc9d9d097c863e972d2b32cbec3b03fbd1d569.zip | |
Patch from NJH from report 1378843. Fixes build with lcms disabled.
Fixed bugs:
- https://launchpad.net/bugs/1396372
(bzr r13765)
Diffstat (limited to 'src')
| -rw-r--r-- | src/svg/svg-color.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
