From: Marcin Floryan Date: Sun, 14 Nov 2010 17:20:59 +0000 (+0000) Subject: Fixed include to ensure file compiles with lcms disabled X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9a729d07868829dddbe1a1413a84b5d458a53f75;p=inkscape.git Fixed include to ensure file compiles with lcms disabled --- diff --git a/src/color-profile.cpp b/src/color-profile.cpp index 1352e4e14..c42cd42ea 100644 --- a/src/color-profile.cpp +++ b/src/color-profile.cpp @@ -15,6 +15,7 @@ #include #include +#include #ifdef WIN32 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. Required for correctly including icm.h @@ -557,9 +558,6 @@ bool ColorProfile::GamutCheck(SPColor color){ return (outofgamut == 255); } - -#include - class ProfileInfo { public: