QTextureFileData: Fix build with -no-opengl

Need to include <QSize> for operator<<(QDebug, const QSize &).

Change-Id: I4857e9b43918243af66cc09ff352619595c081c9
Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
bb10
Jüri Valdmann 2018-07-31 15:03:36 +02:00
parent 43af54c228
commit b3574edd2f
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "qtexturefiledata_p.h"
#include <QMetaEnum>
#include <QSize>
#if QT_CONFIG(opengl)
#include <QOpenGLTexture>
#endif