summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qtexturefiledata.cpp
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2018-07-31 15:03:36 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2018-08-06 08:45:51 +0000
commitb3574edd2feaf907956e36f8fd0e84d3638d8652 (patch)
tree39142ed158bb93b8999d60549f9c3c764cbd4b9e /src/gui/util/qtexturefiledata.cpp
parent43af54c2282a433f53675604cf76b646ae241a1c (diff)
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>
Diffstat (limited to 'src/gui/util/qtexturefiledata.cpp')
-rw-r--r--src/gui/util/qtexturefiledata.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/util/qtexturefiledata.cpp b/src/gui/util/qtexturefiledata.cpp
index ae230800c0..ebf46f8e4e 100644
--- a/src/gui/util/qtexturefiledata.cpp
+++ b/src/gui/util/qtexturefiledata.cpp
@@ -39,6 +39,7 @@
#include "qtexturefiledata_p.h"
#include <QMetaEnum>
+#include <QSize>
#if QT_CONFIG(opengl)
#include <QOpenGLTexture>
#endif