Fix build with Qt 5.5 (missing QDataStream include)

This commit is contained in:
Dan Vrátil 2015-02-27 19:03:29 +01:00
parent c27ba814fd
commit b7910e169e

View File

@ -22,6 +22,7 @@
#define KIMAGEFORMATS_RLE_H
#include <QDebug>
#include <QDataStream>
/**
* The RLEVariant to use.