summaryrefslogtreecommitdiffstats
path: root/customcontext
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2014-08-19 11:49:04 +0200
committerGunnar Sletta <gunnar.sletta@jollamobile.com>2014-08-19 11:53:54 +0200
commitee0237e968ac5335dbd3785882b94a67ea2dceed (patch)
tree61fd5d854c6a8ca8c245733f399937fdd2dbe85a /customcontext
parent720f47330c3587327785407b7e3708587d84430c (diff)
Compile on desktop.
Some headers need to be included before others, it seems. Change-Id: Id62527c21c2755e1bd0a85f16b4fa377bf8af373 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'customcontext')
-rw-r--r--customcontext/texture/hybristexture.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/customcontext/texture/hybristexture.cpp b/customcontext/texture/hybristexture.cpp
index e830a1c..39f13c1 100644
--- a/customcontext/texture/hybristexture.cpp
+++ b/customcontext/texture/hybristexture.cpp
@@ -39,14 +39,16 @@
**
****************************************************************************/
+#include <QtCore/qdebug.h>
+#include <QtCore/QCoreApplication>
+
+#include <QtGui/private/qdrawhelper_p.h>
+
#include "hybristexture.h"
#include <QtCore/QElapsedTimer>
#include <QtCore/QThread>
-#include <QtCore/QCoreApplication>
-#include <QtCore/qdebug.h>
-#include <QtGui/private/qdrawhelper_p.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>