diff --git a/fiv-io.c b/fiv-io.c index 592e134..266e139 100644 --- a/fiv-io.c +++ b/fiv-io.c @@ -27,20 +27,22 @@ #include #include -// Colour management must be handled before RGB conversions. -#ifdef HAVE_LCMS2 -#include -#endif // HAVE_LCMS2 - #ifdef HAVE_JPEG_QS -#include #include +#include + +#include // This library is tricky to build, simply make it work at all. #define NO_SIMD #include #undef NO_SIMD #endif // HAVE_JPEG_QS +// Colour management must be handled before RGB conversions. +#ifdef HAVE_LCMS2 +#include +#endif // HAVE_LCMS2 + #ifdef HAVE_LIBRAW #include #endif // HAVE_LIBRAW