From 873746d04b6598705e70c2b9b42bd4448a4cfa90 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sat, 21 Feb 2015 11:41:58 +0000 Subject: [PATCH] Build fix for OS/X. CCMAIL: mk-lists@email.de --- src/imageformats/rle_p.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/imageformats/rle_p.h b/src/imageformats/rle_p.h index 04e795b..2aa6055 100644 --- a/src/imageformats/rle_p.h +++ b/src/imageformats/rle_p.h @@ -21,6 +21,8 @@ #ifndef KIMAGEFORMATS_RLE_H #define KIMAGEFORMATS_RLE_H +#include + /** * The RLEVariant to use. *