Fix build of egl integration

Add qtextstream.h includes before header files define Status

Change-Id: I02e1fe710d4371100509a7fafac1eda8f436d80f
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
Stephan Binner 2015-02-03 13:50:02 +01:00
parent 95573dfc50
commit dc393a2bae
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
// We mean it.
//
#include <QtCore/qtextstream.h>
#include <qpa/qplatformwindow.h>
#include <qpa/qplatformopenglcontext.h>
#include <QtCore/QVariant>

View File

@ -46,6 +46,7 @@
//
#include <QtCore/QList>
#include <QtCore/qtextstream.h>
#include <qpa/qplatformscreen.h>
#include <EGL/egl.h>