From b7910e169e29b83f230fbeefa8485ee70f5c8a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 19:03:29 +0100 Subject: [PATCH] Fix build with Qt 5.5 (missing QDataStream include) --- src/imageformats/rle_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/imageformats/rle_p.h b/src/imageformats/rle_p.h index 2aa6055..86fa051 100644 --- a/src/imageformats/rle_p.h +++ b/src/imageformats/rle_p.h @@ -22,6 +22,7 @@ #define KIMAGEFORMATS_RLE_H #include +#include /** * The RLEVariant to use.