From 993a9ffee4f0c47c254ebe13e8ada07338587735 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Sun, 14 Nov 2010 17:20:59 +0000 Subject: Fixed include to ensure file compiles with lcms disabled (bzr r9892) --- src/color-profile.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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: -- cgit v1.2.3