From 04c7a8aa4afe48a2c51277f9c11e391d425cba7d Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 2 Jun 2019 20:44:00 +0200 Subject: [PATCH] Make the GCC 4.8 bot happy ;). --- src/calibre/utils/imageops/ordered_dither.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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