From b3574edd2feaf907956e36f8fd0e84d3638d8652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCri=20Valdmann?= Date: Tue, 31 Jul 2018 15:03:36 +0200 Subject: [PATCH] QTextureFileData: Fix build with -no-opengl Need to include for operator<<(QDebug, const QSize &). Change-Id: I4857e9b43918243af66cc09ff352619595c081c9 Reviewed-by: Jesus Fernandez --- src/gui/util/qtexturefiledata.cpp | 1 + 1 file changed, 1 insertion(+) 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 +#include #if QT_CONFIG(opengl) #include #endif