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
parent
43af54c228
commit
b3574edd2f
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include "qtexturefiledata_p.h"
|
||||
#include <QMetaEnum>
|
||||
#include <QSize>
|
||||
#if QT_CONFIG(opengl)
|
||||
#include <QOpenGLTexture>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue