]> git.imager.perl.org - imager.git/blobdiff - quant.c
[rt.cpan.org #65386] really fix #62885
[imager.git] / quant.c
diff --git a/quant.c b/quant.c
index 13096ccc841397298c5e3d816d26298b2291c256..ca4e34e503aef30c0607e35b98b95da7e9263297 100644 (file)
--- a/quant.c
+++ b/quant.c
@@ -3,6 +3,7 @@
    8-bit (or bigger indexed) png files at some point
 */
 #include "imager.h"
+#include "imageri.h"
 
 static void makemap_addi(i_quantize *, i_img **imgs, int count);
 static void makemap_mediancut(i_quantize *, i_img **imgs, int count);