mirror of
https://github.com/YACReader/yacreader
synced 2025-11-19 09:02:42 -05:00
Include cstring explicitly
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <QtConcurrent>
|
||||
#include <QImage>
|
||||
#include <QColor>
|
||||
#include <cstring>
|
||||
|
||||
QPixmap scalePixmapBicubic(const QPixmap &pixmap, int width, int height);
|
||||
QPixmap scalePixmapLanczos(const QPixmap &pixmap, int width, int height);
|
||||
|
||||
Reference in New Issue
Block a user