diff --git a/src/calibre/utils/imageops/ordered_dither.cpp b/src/calibre/utils/imageops/ordered_dither.cpp index 577fe1c181..52db0fde3d 100644 --- a/src/calibre/utils/imageops/ordered_dither.cpp +++ b/src/calibre/utils/imageops/ordered_dither.cpp @@ -24,7 +24,7 @@ typedef unsigned __int8 uint8_t; #define UINT8_MAX _UI8_MAX typedef unsigned __int32 uint32_t; #else -#include +#include #endif // Only needed for the (commented out) Indexed8 codepath