mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-02 05:05:19 -05:00
Fix build with Qt 5.5 (missing QDataStream include)
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#define KIMAGEFORMATS_RLE_H
|
||||
|
||||
#include <QDebug>
|
||||
#include <QDataStream>
|
||||
|
||||
/**
|
||||
* The RLEVariant to use.
|
||||
|
||||
Reference in New Issue
Block a user