mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
Include cstring explicitly
This commit is contained in:
parent
af8496c1df
commit
06cc63ee86
@ -4,6 +4,7 @@
|
|||||||
#include <QtConcurrent>
|
#include <QtConcurrent>
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QColor>
|
#include <QColor>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
QPixmap scalePixmapBicubic(const QPixmap &pixmap, int width, int height);
|
QPixmap scalePixmapBicubic(const QPixmap &pixmap, int width, int height);
|
||||||
QPixmap scalePixmapLanczos(const QPixmap &pixmap, int width, int height);
|
QPixmap scalePixmapLanczos(const QPixmap &pixmap, int width, int height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user