diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/color-profile.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 <cstring> #include <string> +#include <io/sys.h> #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 <io/sys.h> - class ProfileInfo { public: |
